Html Css Color HEX #EDC803 Golden Poppy

📋 copy color: '#EDC803'

red 237 ◦ green 200 ◦ blue 3

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

Shades of Golden Poppy #EDC803

Tints of Golden Poppy #EDC803

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.68%

R = 53.86%
G = 45.45%
B = 0.68%

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

#EDC803 (or 0xEDC803) is known color: Golden Poppy. HEX triplet: ED, C8 and 03. RGB value is (237,200,3). Sum of RGB (Red+Green+Blue) = 237+200+3=440 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.86% from 440); Green value is 200 (78.52% from 255 or 45.45% from 440); Blue value is 3 (1.56% from 255 or 0.68% from 440); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC803 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDC803 is #1237FC. Grayscale: #BDBDBD. Windows color (decimal): -1193981 or 248045. OLE color: 248045.

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

Color convert

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

Color Harmonies of #EDC803

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC803

Black with #EDC803

Text Example


Text Example

White with #EDC803

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC803; }

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

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

background-color css

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

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

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

border-color css

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

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

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