Html Css Color HEX #EFCA59 Kournikova

📋 copy color: '#EFCA59'

red 239 ◦ green 202 ◦ blue 89

#EFCA59
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kournikova #EFCA59

Tints of Kournikova #EFCA59

RGB

 RED value IS 239 (93.75% from 255) = 45.09%

 GREEN value IS 202 (79.3% from 255) = 38.11%

 BLUE value IS 89 (35.16% from 255) = 16.79%

R = 45.09%
G = 38.11%
B = 16.79%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.63

 K value IS 0.06

RGB Variations

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

Color information

#EFCA59 (or 0xEFCA59) is known color: Kournikova. HEX triplet: EF, CA and 59. RGB value is (239,202,89). Sum of RGB (Red+Green+Blue) = 239+202+89=530 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.09% from 530); Green value is 202 (79.30% from 255 or 38.11% from 530); Blue value is 89 (35.16% from 255 or 16.79% from 530); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCA59 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFCA59 is #1035A6. Grayscale: #C8C8C8. Windows color (decimal): -1062311 or 5884655. OLE color: 5884655.

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

Color convert

RGB 239 202 89 -
CMYK 0 0.15 0.63 0.06
HSL 45.2º 0.82% 0.64% -
HSV(B) 45.2º 0.63% 0.94% -
XYZ 58.52 61.31 18.2 -
YUV 200.18 65.26 155.69 -
System Red Green Blue C M Y K H S L
Decimal 239 202 89 0 0.15 0.63 0.06 45.2 0.82 0.64
Hex EF CA 59 0 F 3F 6 2D 52 40
Octal 357 312 131 0 17 77 6 55 122 100
Binary 11101111 11001010 1011001 0 1111 111111 110 101101 1010010 1000000

Color Harmonies of #EFCA59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCA59

Black with #EFCA59

Text Example


Text Example

White with #EFCA59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCA59; }

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

 H1.HeaderClassName
 {
   color: #EFCA59;
 }
 .AnyTagClassName
 {
   color: #EFCA59;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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