Html Css Color HEX #EDC508 Golden Poppy

📋 copy color: '#EDC508'

red 237 ◦ green 197 ◦ blue 8

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

Shades of Golden Poppy #EDC508

Tints of Golden Poppy #EDC508

RGB

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

 GREEN value IS 197 (77.34% from 255) = 44.57%

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

R = 53.62%
G = 44.57%
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

#EDC508 (or 0xEDC508) is known color: Golden Poppy. HEX triplet: ED, C5 and 08. RGB value is (237,197,8). Sum of RGB (Red+Green+Blue) = 237+197+8=442 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.62% from 442); Green value is 197 (77.34% from 255 or 44.57% from 442); Blue value is 8 (3.52% from 255 or 1.81% from 442); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC508 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDC508 is #123AF7. Grayscale: #BCBCBC. Windows color (decimal): -1194744 or 574957. OLE color: 574957.

HSL color Cylindrical-coordinate representation of color #EDC508: hue angle of 49.52º 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 #EDC508 is Cyan = 0, Magento = 0.17, Yellow = 0.97 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 197 8 -
CMYK 0 0.17 0.97 0.07
HSL 49.52º 0.93% 0.48% -
HSV(B) 49.52º 0.97% 0.93% -
XYZ 54.94 57.95 8.52 -
YUV 187.41 26.75 163.37 -
System Red Green Blue C M Y K H S L
Decimal 237 197 8 0 0.17 0.97 0.07 49.52 0.93 0.48
Hex ED C5 8 0 11 61 7 32 5D 30
Octal 355 305 10 0 21 141 7 62 135 60
Binary 11101101 11000101 1000 0 10001 1100001 111 110010 1011101 110000

Color Harmonies of #EDC508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC508

Black with #EDC508

Text Example


Text Example

White with #EDC508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC508; }

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

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

background-color css

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

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

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

border-color css

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

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

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