#EFCA5B

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

Shades of Kournikova #EFCA5B

Tints of Kournikova #EFCA5B

Color information

#EFCA5B (or 0xEFCA5B) is unknown color: approx Kournikova. HEX triplet: EF, CA and 5B. RGB value is (239,202,91). Sum of RGB (Red+Green+Blue) = 239+202+91=532 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.92% from 532); Green value is 202 (79.30% from 255 or 37.97% from 532); Blue value is 91 (35.94% from 255 or 17.11% from 532); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCA5B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFCA5B is #1035A4. Grayscale: #C8C8C8. Windows color (decimal): -1062309 or 6015727. OLE color: 6015727.

HSL color Cylindrical-coordinate representation of color #EFCA5B: hue angle of 45º 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 #EFCA5B is Cyan = 0, Magento = 0.15, Yellow = 0.62 and Black (K on CMYK) = 0.06.

Color convert

RGB23920291-
CMYK00.150.620.06
HSL45º82.22%64.71%-
HSV(B)45º61.92%93.73%-
XYZ58.6161.3518.65-
YUV200.4166.26155.53-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 44.92%
GREEN value IS 202 (79.30% from 255) = 37.97%
BLUE value IS 91 (35.94% from 255) = 17.11%
R=44.92%
G=37.97%
B=17.11%

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
Decimal2392029100.150.620.064582.2264.71
HexEFCA5B0F3E62d5241
Octal35731213301776655122101
Binary111011111100101010110110111111111011010110110100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCA5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCA5B; }

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

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

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

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

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

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

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

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