Html Css Color HEX #EDC908 Golden Poppy

📋 copy color: '#EDC908'

red 237 ◦ green 201 ◦ blue 8

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

Shades of Golden Poppy #EDC908

Tints of Golden Poppy #EDC908

RGB

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

 GREEN value IS 201 (78.91% from 255) = 45.07%

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

R = 53.14%
G = 45.07%
B = 1.79%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#EDC908 (or 0xEDC908) is known color: Golden Poppy. HEX triplet: ED, C9 and 08. RGB value is (237,201,8). Sum of RGB (Red+Green+Blue) = 237+201+8=446 (59% of max value = 765). Red value is 237 (92.97% from 255 or 53.14% from 446); Green value is 201 (78.91% from 255 or 45.07% from 446); Blue value is 8 (3.52% from 255 or 1.79% from 446); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC908 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDC908 is #1236F7. Grayscale: #BEBEBE. Windows color (decimal): -1193720 or 575981. OLE color: 575981.

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

Color convert

RGB 237 201 8 -
CMYK 0 0.15 0.97 0.07
HSL 50.57º 0.93% 0.48% -
HSV(B) 50.57º 0.97% 0.93% -
XYZ 55.86 59.8 8.83 -
YUV 189.76 25.43 161.69 -
System Red Green Blue C M Y K H S L
Decimal 237 201 8 0 0.15 0.97 0.07 50.57 0.93 0.48
Hex ED C9 8 0 F 61 7 33 5D 30
Octal 355 311 10 0 17 141 7 63 135 60
Binary 11101101 11001001 1000 0 1111 1100001 111 110011 1011101 110000

Color Harmonies of #EDC908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC908

Black with #EDC908

Text Example


Text Example

White with #EDC908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC908; }

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

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

background-color css

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

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

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

border-color css

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

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

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