Html Css Color HEX #EFC404 Golden Poppy

📋 copy color: '#EFC404'

red 239 ◦ green 196 ◦ blue 4

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

Shades of Golden Poppy #EFC404

Tints of Golden Poppy #EFC404

RGB

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

 GREEN value IS 196 (76.95% from 255) = 44.65%

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

R = 54.44%
G = 44.65%
B = 0.91%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.98

 K value IS 0.06

RGB Variations

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

Color information

#EFC404 (or 0xEFC404) is known color: Golden Poppy. HEX triplet: EF, C4 and 04. RGB value is (239,196,4). Sum of RGB (Red+Green+Blue) = 239+196+4=439 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.44% from 439); Green value is 196 (76.95% from 255 or 44.65% from 439); Blue value is 4 (1.95% from 255 or 0.91% from 439); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC404 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFC404 is #103BFB. Grayscale: #BBBBBB. Windows color (decimal): -1063932 or 312559. OLE color: 312559.

HSL color Cylindrical-coordinate representation of color #EFC404: hue angle of 49.02º 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 #EFC404 is Cyan = 0, Magento = 0.18, Yellow = 0.98 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 196 4 -
CMYK 0 0.18 0.98 0.06
HSL 49.02º 0.97% 0.48% -
HSV(B) 49.02º 0.98% 0.94% -
XYZ 55.36 57.84 8.36 -
YUV 186.97 24.75 165.11 -
System Red Green Blue C M Y K H S L
Decimal 239 196 4 0 0.18 0.98 0.06 49.02 0.97 0.48
Hex EF C4 4 0 12 62 6 31 61 30
Octal 357 304 4 0 22 142 6 61 141 60
Binary 11101111 11000100 100 0 10010 1100010 110 110001 1100001 110000

Color Harmonies of #EFC404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC404

Black with #EFC404

Text Example


Text Example

White with #EFC404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC404; }

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

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

background-color css

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

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

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

border-color css

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

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

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