Html Css Color HEX #EDC801 Golden Poppy

📋 copy color: '#EDC801'

red 237 ◦ green 200 ◦ blue 1

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

Shades of Golden Poppy #EDC801

Tints of Golden Poppy #EDC801

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.23%

R = 54.11%
G = 45.66%
B = 0.23%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 1.00

 K value IS 0.07

RGB Variations

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

Color information

#EDC801 (or 0xEDC801) is known color: Golden Poppy. HEX triplet: ED, C8 and 01. RGB value is (237,200,1). Sum of RGB (Red+Green+Blue) = 237+200+1=438 (58% of max value = 765). Red value is 237 (92.97% from 255 or 54.11% from 438); Green value is 200 (78.52% from 255 or 45.66% from 438); Blue value is 1 (0.78% from 255 or 0.23% from 438); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC801 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDC801 is #1237FE. Grayscale: #BDBDBD. Windows color (decimal): -1193983 or 116973. OLE color: 116973.

HSL color Cylindrical-coordinate representation of color #EDC801: hue angle of 50.59º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EDC801 is Cyan = 0, Magento = 0.16, Yellow = 1.00 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 200 1 -
CMYK 0 0.16 1.00 0.07
HSL 50.59º 0.99% 0.47% -
HSV(B) 50.59º 1% 0.93% -
XYZ 55.58 59.32 8.55 -
YUV 188.38 22.26 162.68 -
System Red Green Blue C M Y K H S L
Decimal 237 200 1 0 0.16 1.00 0.07 50.59 0.99 0.47
Hex ED C8 1 0 10 64 7 33 63 2F
Octal 355 310 1 0 20 144 7 63 143 57
Binary 11101101 11001000 1 0 10000 1100100 111 110011 1100011 101111

Color Harmonies of #EDC801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC801

Black with #EDC801

Text Example


Text Example

White with #EDC801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC801; }

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

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

background-color css

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

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

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

border-color css

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

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

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