#EFD753

Color #EFD753 Portica (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Portica #EFD753

Tints of Portica #EFD753

Color information

#EFD753 (or 0xEFD753) is unknown color: approx Portica. HEX triplet: EF, D7 and 53. RGB value is (239,215,83). Sum of RGB (Red+Green+Blue) = 239+215+83=537 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.51% from 537); Green value is 215 (84.38% from 255 or 40.04% from 537); Blue value is 83 (32.81% from 255 or 15.46% from 537); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD753 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD753 is #1028AC. Grayscale: #CFCFCF. Windows color (decimal): -1058989 or 5494767. OLE color: 5494767.

HSL color Cylindrical-coordinate representation of color #EFD753: hue angle of 50.77º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EFD753 is Cyan = 0, Magento = 0.10, Yellow = 0.65 and Black (K on CMYK) = 0.06.

Color convert

RGB23921583-
CMYK00.100.650.06
HSL50.77º82.98%63.14%-
HSV(B)50.77º65.27%93.73%-
XYZ61.4667.5817.99-
YUV207.1357.95150.73-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 239 (93.75% from 255) = 44.51%
GREEN value IS 215 (84.38% from 255) = 40.04%
BLUE value IS 83 (32.81% from 255) = 15.46%
R=44.51%
G=40.04%
B=15.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.65
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2392158300.100.650.0650.7782.9863.14
HexEFD7530A41633533f
Octal35732712301210166312377
Binary111011111101011110100110101010000011101100111010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD753; }

 p { color: rgb(239,215,83); }

 H1.HeaderClassName
 {
   color: #EFD753;
 }
 .AnyTagClassName
 {
   color: #EFD753;
 }
</style>
background-color css

<style>
 a { background-color: #EFD753; }

 a { background-color: rgb(239,215,83); }

 div.DivClassName
 {
   background-color: #EFD753;
 }
 .BgClassName
 {
   background-color: #EFD753;
 }
</style>
border-color css

<style>
 span { border-color: #EFD753; }

 span { border-color: rgb(239,215,83); }

 td.TdClassName
 {
   border-color: #EFD753;
 }
 .TagClassName
 {
   border-color: #EFD753;
 }
</style>