Html Css Color HEX #EDB802 Golden Poppy

📋 copy color: '#EDB802'

red 237 ◦ green 184 ◦ blue 2

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

Shades of Golden Poppy #EDB802

Tints of Golden Poppy #EDB802

RGB

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

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

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

R = 56.03%
G = 43.5%
B = 0.47%

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

#EDB802 (or 0xEDB802) is known color: Golden Poppy. HEX triplet: ED, B8 and 02. RGB value is (237,184,2). Sum of RGB (Red+Green+Blue) = 237+184+2=423 (56% of max value = 765). Red value is 237 (92.97% from 255 or 56.03% from 423); Green value is 184 (72.27% from 255 or 43.50% from 423); Blue value is 2 (1.17% from 255 or 0.47% from 423); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB802 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDB802 is #1247FD. Grayscale: #B3B3B3. Windows color (decimal): -1198078 or 178413. OLE color: 178413.

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

Color convert

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

Color Harmonies of #EDB802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB802

Black with #EDB802

Text Example


Text Example

White with #EDB802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB802; }

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

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

background-color css

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

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

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

border-color css

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

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

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