Html Css Color HEX #EFCA58 Kournikova

📋 copy color: '#EFCA58'

red 239 ◦ green 202 ◦ blue 88

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

Shades of Kournikova #EFCA58

Tints of Kournikova #EFCA58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 16.64%

R = 45.18%
G = 38.19%
B = 16.64%

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

#EFCA58 (or 0xEFCA58) is known color: Kournikova. HEX triplet: EF, CA and 58. RGB value is (239,202,88). Sum of RGB (Red+Green+Blue) = 239+202+88=529 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.18% from 529); Green value is 202 (79.30% from 255 or 38.19% from 529); Blue value is 88 (34.77% from 255 or 16.64% from 529); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCA58 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFCA58 is #1035A7. Grayscale: #C8C8C8. Windows color (decimal): -1062312 or 5819119. OLE color: 5819119.

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

Color convert

RGB 239 202 88 -
CMYK 0 0.15 0.63 0.06
HSL 45.3º 0.83% 0.64% -
HSV(B) 45.3º 0.63% 0.94% -
XYZ 58.48 61.3 17.98 -
YUV 200.07 64.76 155.77 -
System Red Green Blue C M Y K H S L
Decimal 239 202 88 0 0.15 0.63 0.06 45.3 0.83 0.64
Hex EF CA 58 0 F 3F 6 2D 53 40
Octal 357 312 130 0 17 77 6 55 123 100
Binary 11101111 11001010 1011000 0 1111 111111 110 101101 1010011 1000000

Color Harmonies of #EFCA58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCA58

Black with #EFCA58

Text Example


Text Example

White with #EFCA58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCA58; }

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

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

background-color css

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

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

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

border-color css

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

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

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