Html Css Color HEX #EDC408 Golden Poppy

📋 copy color: '#EDC408'

red 237 ◦ green 196 ◦ blue 8

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

Shades of Golden Poppy #EDC408

Tints of Golden Poppy #EDC408

RGB

 RED value IS 237 (92.97% from 255) = 53.74%

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

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

R = 53.74%
G = 44.44%
B = 1.81%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#EDC408 (or 0xEDC408) is known color: Golden Poppy. HEX triplet: ED, C4 and 08. RGB value is (237,196,8). Sum of RGB (Red+Green+Blue) = 237+196+8=441 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.74% from 441); Green value is 196 (76.95% from 255 or 44.44% from 441); Blue value is 8 (3.52% from 255 or 1.81% from 441); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC408 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDC408 is #123BF7. Grayscale: #BBBBBB. Windows color (decimal): -1195000 or 574701. OLE color: 574701.

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

Color convert

RGB 237 196 8 -
CMYK 0 0.17 0.97 0.07
HSL 49.26º 0.93% 0.48% -
HSV(B) 49.26º 0.97% 0.93% -
XYZ 54.71 57.5 8.45 -
YUV 186.83 27.08 163.79 -
System Red Green Blue C M Y K H S L
Decimal 237 196 8 0 0.17 0.97 0.07 49.26 0.93 0.48
Hex ED C4 8 0 11 61 7 31 5D 30
Octal 355 304 10 0 21 141 7 61 135 60
Binary 11101101 11000100 1000 0 10001 1100001 111 110001 1011101 110000

Color Harmonies of #EDC408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC408

Black with #EDC408

Text Example


Text Example

White with #EDC408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC408; }

 p { color: rgb(237,196,8); }

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

background-color css

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

 a { background-color: rgb(237,196,8); }

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

border-color css

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

 span { border-color: rgb(237,196,8); }

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