Html Css Color HEX #EDC806 Golden Poppy

📋 copy color: '#EDC806'

red 237 ◦ green 200 ◦ blue 6

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

Shades of Golden Poppy #EDC806

Tints of Golden Poppy #EDC806

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.35%

R = 53.5%
G = 45.15%
B = 1.35%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#EDC806 (or 0xEDC806) is known color: Golden Poppy. HEX triplet: ED, C8 and 06. RGB value is (237,200,6). Sum of RGB (Red+Green+Blue) = 237+200+6=443 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.50% from 443); Green value is 200 (78.52% from 255 or 45.15% from 443); Blue value is 6 (2.73% from 255 or 1.35% from 443); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC806 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDC806 is #1237F9. Grayscale: #BDBDBD. Windows color (decimal): -1193978 or 444653. OLE color: 444653.

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

Color convert

RGB 237 200 6 -
CMYK 0 0.16 0.97 0.07
HSL 50.39º 0.95% 0.48% -
HSV(B) 50.39º 0.97% 0.93% -
XYZ 55.61 59.33 8.69 -
YUV 188.95 24.76 162.27 -
System Red Green Blue C M Y K H S L
Decimal 237 200 6 0 0.16 0.97 0.07 50.39 0.95 0.48
Hex ED C8 6 0 10 61 7 32 5F 30
Octal 355 310 6 0 20 141 7 62 137 60
Binary 11101101 11001000 110 0 10000 1100001 111 110010 1011111 110000

Color Harmonies of #EDC806

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC806

Black with #EDC806

Text Example


Text Example

White with #EDC806

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC806; }

 p { color: rgb(237,200,6); }

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

background-color css

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

 a { background-color: rgb(237,200,6); }

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

border-color css

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

 span { border-color: rgb(237,200,6); }

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