Html Css Color HEX #EFC808 Golden Poppy

📋 copy color: '#EFC808'

red 239 ◦ green 200 ◦ blue 8

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

Shades of Golden Poppy #EFC808

Tints of Golden Poppy #EFC808

RGB

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

 GREEN value IS 200 (78.52% from 255) = 44.74%

 BLUE value IS 8 (3.52% from 255) = 1.79%

R = 53.47%
G = 44.74%
B = 1.79%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.97

 K value IS 0.06

RGB Variations

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

Color information

#EFC808 (or 0xEFC808) is known color: Golden Poppy. HEX triplet: EF, C8 and 08. RGB value is (239,200,8). Sum of RGB (Red+Green+Blue) = 239+200+8=447 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.47% from 447); Green value is 200 (78.52% from 255 or 44.74% from 447); Blue value is 8 (3.52% from 255 or 1.79% from 447); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC808 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFC808 is #1037F7. Grayscale: #BEBEBE. Windows color (decimal): -1062904 or 575727. OLE color: 575727.

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

Color convert

RGB 239 200 8 -
CMYK 0 0.16 0.97 0.06
HSL 49.87º 0.94% 0.48% -
HSV(B) 49.87º 0.97% 0.94% -
XYZ 56.29 59.68 8.78 -
YUV 189.77 25.42 163.11 -
System Red Green Blue C M Y K H S L
Decimal 239 200 8 0 0.16 0.97 0.06 49.87 0.94 0.48
Hex EF C8 8 0 10 61 6 32 5E 30
Octal 357 310 10 0 20 141 6 62 136 60
Binary 11101111 11001000 1000 0 10000 1100001 110 110010 1011110 110000

Color Harmonies of #EFC808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC808

Black with #EFC808

Text Example


Text Example

White with #EFC808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC808; }

 p { color: rgb(239,200,8); }

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

background-color css

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

 a { background-color: rgb(239,200,8); }

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

border-color css

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

 span { border-color: rgb(239,200,8); }

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