Html Css Color HEX #EDB803 Golden Poppy

📋 copy color: '#EDB803'

red 237 ◦ green 184 ◦ blue 3

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

Shades of Golden Poppy #EDB803

Tints of Golden Poppy #EDB803

RGB

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

 GREEN value IS 184 (72.27% from 255) = 43.4%

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

R = 55.9%
G = 43.4%
B = 0.71%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#EDB803 (or 0xEDB803) is known color: Golden Poppy. HEX triplet: ED, B8 and 03. RGB value is (237,184,3). Sum of RGB (Red+Green+Blue) = 237+184+3=424 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.90% from 424); Green value is 184 (72.27% from 255 or 43.40% from 424); Blue value is 3 (1.56% from 255 or 0.71% from 424); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB803 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDB803 is #1247FC. Grayscale: #B3B3B3. Windows color (decimal): -1198077 or 243949. OLE color: 243949.

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

Color convert

RGB 237 184 3 -
CMYK 0 0.22 0.99 0.07
HSL 46.41º 0.98% 0.47% -
HSV(B) 46.41º 0.99% 0.93% -
XYZ 52.08 52.29 7.43 -
YUV 179.21 28.56 169.22 -
System Red Green Blue C M Y K H S L
Decimal 237 184 3 0 0.22 0.99 0.07 46.41 0.98 0.47
Hex ED B8 3 0 16 63 7 2E 62 2F
Octal 355 270 3 0 26 143 7 56 142 57
Binary 11101101 10111000 11 0 10110 1100011 111 101110 1100010 101111

Color Harmonies of #EDB803

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB803

Black with #EDB803

Text Example


Text Example

White with #EDB803

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB803; }

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

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

background-color css

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

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

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

border-color css

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

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

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