Html Css Color HEX #EDB809 Golden Poppy

📋 copy color: '#EDB809'

red 237 ◦ green 184 ◦ blue 9

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

Shades of Golden Poppy #EDB809

Tints of Golden Poppy #EDB809

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.09%

R = 55.12%
G = 42.79%
B = 2.09%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#EDB809 (or 0xEDB809) is known color: Golden Poppy. HEX triplet: ED, B8 and 09. RGB value is (237,184,9). Sum of RGB (Red+Green+Blue) = 237+184+9=430 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.12% from 430); Green value is 184 (72.27% from 255 or 42.79% from 430); Blue value is 9 (3.91% from 255 or 2.09% from 430); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB809 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDB809 is #1247F6. Grayscale: #B4B4B4. Windows color (decimal): -1198071 or 637165. OLE color: 637165.

HSL color Cylindrical-coordinate representation of color #EDB809: hue angle of 46.05º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EDB809 is Cyan = 0, Magento = 0.22, Yellow = 0.96 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 184 9 -
CMYK 0 0.22 0.96 0.07
HSL 46.05º 0.93% 0.48% -
HSV(B) 46.05º 0.96% 0.93% -
XYZ 52.11 52.31 7.61 -
YUV 179.9 31.56 168.73 -
System Red Green Blue C M Y K H S L
Decimal 237 184 9 0 0.22 0.96 0.07 46.05 0.93 0.48
Hex ED B8 9 0 16 60 7 2E 5D 30
Octal 355 270 11 0 26 140 7 56 135 60
Binary 11101101 10111000 1001 0 10110 1100000 111 101110 1011101 110000

Color Harmonies of #EDB809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB809

Black with #EDB809

Text Example


Text Example

White with #EDB809

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB809; }

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

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

background-color css

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

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

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

border-color css

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

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

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