Html Css Color HEX #EDC802 Golden Poppy

📋 copy color: '#EDC802'

red 237 ◦ green 200 ◦ blue 2

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

Shades of Golden Poppy #EDC802

Tints of Golden Poppy #EDC802

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.46%

R = 53.99%
G = 45.56%
B = 0.46%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#EDC802 (or 0xEDC802) is known color: Golden Poppy. HEX triplet: ED, C8 and 02. RGB value is (237,200,2). Sum of RGB (Red+Green+Blue) = 237+200+2=439 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.99% from 439); Green value is 200 (78.52% from 255 or 45.56% from 439); Blue value is 2 (1.17% from 255 or 0.46% from 439); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC802 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDC802 is #1237FD. Grayscale: #BDBDBD. Windows color (decimal): -1193982 or 182509. OLE color: 182509.

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

Color convert

RGB 237 200 2 -
CMYK 0 0.16 0.99 0.07
HSL 50.55º 0.98% 0.47% -
HSV(B) 50.55º 0.99% 0.93% -
XYZ 55.59 59.32 8.58 -
YUV 188.49 22.76 162.6 -
System Red Green Blue C M Y K H S L
Decimal 237 200 2 0 0.16 0.99 0.07 50.55 0.98 0.47
Hex ED C8 2 0 10 63 7 33 62 2F
Octal 355 310 2 0 20 143 7 63 142 57
Binary 11101101 11001000 10 0 10000 1100011 111 110011 1100010 101111

Color Harmonies of #EDC802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC802

Black with #EDC802

Text Example


Text Example

White with #EDC802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC802; }

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

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

background-color css

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

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

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

border-color css

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

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

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