#EFD64F

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

Shades of Portica #EFD64F

Tints of Portica #EFD64F

Color information

#EFD64F (or 0xEFD64F) is unknown color: approx Portica. HEX triplet: EF, D6 and 4F. RGB value is (239,214,79). Sum of RGB (Red+Green+Blue) = 239+214+79=532 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.92% from 532); Green value is 214 (83.98% from 255 or 40.23% from 532); Blue value is 79 (31.25% from 255 or 14.85% from 532); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD64F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD64F is #1029B0. Grayscale: #CECECE. Windows color (decimal): -1059249 or 5232367. OLE color: 5232367.

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

Color convert

RGB23921479-
CMYK00.100.670.06
HSL50.62º83.33%62.35%-
HSV(B)50.62º66.95%93.73%-
XYZ61.0567.0117.11-
YUV206.0856.28151.48-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 44.92%
GREEN value IS 214 (83.98% from 255) = 40.23%
BLUE value IS 79 (31.25% from 255) = 14.85%
R=44.92%
G=40.23%
B=14.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.67
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2392147900.100.670.0650.6283.3362.35
HexEFD64F0A43633533e
Octal35732611701210366312376
Binary111011111101011010011110101010000111101100111010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD64F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD64F; }

 p { color: rgb(239,214,79); }

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

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

 a { background-color: rgb(239,214,79); }

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

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

 span { border-color: rgb(239,214,79); }

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