Html Css Color HEX #EFCA56 Kournikova

📋 copy color: '#EFCA56'

red 239 ◦ green 202 ◦ blue 86

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

Shades of Kournikova #EFCA56

Tints of Kournikova #EFCA56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 16.32%

R = 45.35%
G = 38.33%
B = 16.32%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.64

 K value IS 0.06

RGB Variations

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

Color information

#EFCA56 (or 0xEFCA56) is known color: Kournikova. HEX triplet: EF, CA and 56. RGB value is (239,202,86). Sum of RGB (Red+Green+Blue) = 239+202+86=527 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.35% from 527); Green value is 202 (79.30% from 255 or 38.33% from 527); Blue value is 86 (33.98% from 255 or 16.32% from 527); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCA56 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFCA56 is #1035A9. Grayscale: #C8C8C8. Windows color (decimal): -1062314 or 5688047. OLE color: 5688047.

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

Color convert

RGB 239 202 86 -
CMYK 0 0.15 0.64 0.06
HSL 45.49º 0.83% 0.64% -
HSV(B) 45.49º 0.64% 0.94% -
XYZ 58.4 61.26 17.55 -
YUV 199.84 63.76 155.93 -
System Red Green Blue C M Y K H S L
Decimal 239 202 86 0 0.15 0.64 0.06 45.49 0.83 0.64
Hex EF CA 56 0 F 40 6 2D 53 40
Octal 357 312 126 0 17 100 6 55 123 100
Binary 11101111 11001010 1010110 0 1111 1000000 110 101101 1010011 1000000

Color Harmonies of #EFCA56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCA56

Black with #EFCA56

Text Example


Text Example

White with #EFCA56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCA56; }

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

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

background-color css

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

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

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

border-color css

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

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

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