#EFCA5C

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

Shades of Kournikova #EFCA5C

Tints of Kournikova #EFCA5C

Color information

#EFCA5C (or 0xEFCA5C) is unknown color: approx Kournikova. HEX triplet: EF, CA and 5C. RGB value is (239,202,92). Sum of RGB (Red+Green+Blue) = 239+202+92=533 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.84% from 533); Green value is 202 (79.30% from 255 or 37.90% from 533); Blue value is 92 (36.33% from 255 or 17.26% from 533); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCA5C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFCA5C is #1035A3. Grayscale: #C9C9C9. Windows color (decimal): -1062308 or 6081263. OLE color: 6081263.

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

Color convert

RGB23920292-
CMYK00.150.620.06
HSL44.9º82.12%64.9%-
HSV(B)44.9º61.51%93.73%-
XYZ58.6561.3618.88-
YUV200.5266.76155.44-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 44.84%
GREEN value IS 202 (79.30% from 255) = 37.90%
BLUE value IS 92 (36.33% from 255) = 17.26%
R=44.84%
G=37.90%
B=17.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.62
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2392029200.150.620.0644.982.1264.9
HexEFCA5C0F3E62d5241
Octal35731213401776655122101
Binary111011111100101010111000111111111011010110110100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCA5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCA5C; }

 p { color: rgb(239,202,92); }

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

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

 a { background-color: rgb(239,202,92); }

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

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

 span { border-color: rgb(239,202,92); }

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