Html Css Color HEX #EDB909 Golden Poppy

📋 copy color: '#EDB909'

red 237 ◦ green 185 ◦ blue 9

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

Shades of Golden Poppy #EDB909

Tints of Golden Poppy #EDB909

RGB

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

 GREEN value IS 185 (72.66% from 255) = 42.92%

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

R = 54.99%
G = 42.92%
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

#EDB909 (or 0xEDB909) is known color: Golden Poppy. HEX triplet: ED, B9 and 09. RGB value is (237,185,9). Sum of RGB (Red+Green+Blue) = 237+185+9=431 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.99% from 431); Green value is 185 (72.66% from 255 or 42.92% from 431); Blue value is 9 (3.91% from 255 or 2.09% from 431); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB909 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDB909 is #1246F6. Grayscale: #B5B5B5. Windows color (decimal): -1197815 or 637421. OLE color: 637421.

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

Color convert

RGB 237 185 9 -
CMYK 0 0.22 0.96 0.07
HSL 46.32º 0.93% 0.48% -
HSV(B) 46.32º 0.96% 0.93% -
XYZ 52.32 52.72 7.68 -
YUV 180.48 31.23 168.31 -
System Red Green Blue C M Y K H S L
Decimal 237 185 9 0 0.22 0.96 0.07 46.32 0.93 0.48
Hex ED B9 9 0 16 60 7 2E 5D 30
Octal 355 271 11 0 26 140 7 56 135 60
Binary 11101101 10111001 1001 0 10110 1100000 111 101110 1011101 110000

Color Harmonies of #EDB909

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB909

Black with #EDB909

Text Example


Text Example

White with #EDB909

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB909; }

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

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

background-color css

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

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

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

border-color css

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

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

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