Html Css Color HEX #EFC804 Golden Poppy

📋 copy color: '#EFC804'

red 239 ◦ green 200 ◦ blue 4

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

Shades of Golden Poppy #EFC804

Tints of Golden Poppy #EFC804

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 0.9%

R = 53.95%
G = 45.15%
B = 0.9%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.98

 K value IS 0.06

RGB Variations

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

Color information

#EFC804 (or 0xEFC804) is known color: Golden Poppy. HEX triplet: EF, C8 and 04. RGB value is (239,200,4). Sum of RGB (Red+Green+Blue) = 239+200+4=443 (58% of max value = 765). Red value is 239 (93.75% from 255 or 53.95% from 443); Green value is 200 (78.52% from 255 or 45.15% from 443); Blue value is 4 (1.95% from 255 or 0.90% from 443); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC804 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFC804 is #1037FB. Grayscale: #BEBEBE. Windows color (decimal): -1062908 or 313583. OLE color: 313583.

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

Color convert

RGB 239 200 4 -
CMYK 0 0.16 0.98 0.06
HSL 50.04º 0.97% 0.48% -
HSV(B) 50.04º 0.98% 0.94% -
XYZ 56.27 59.67 8.67 -
YUV 189.32 23.42 163.44 -
System Red Green Blue C M Y K H S L
Decimal 239 200 4 0 0.16 0.98 0.06 50.04 0.97 0.48
Hex EF C8 4 0 10 62 6 32 61 30
Octal 357 310 4 0 20 142 6 62 141 60
Binary 11101111 11001000 100 0 10000 1100010 110 110010 1100001 110000

Color Harmonies of #EFC804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC804

Black with #EFC804

Text Example


Text Example

White with #EFC804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC804; }

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

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

background-color css

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

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

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

border-color css

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

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

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