Html Css Color HEX #EDBA09 Golden Poppy

📋 copy color: '#EDBA09'

red 237 ◦ green 186 ◦ blue 9

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

Shades of Golden Poppy #EDBA09

Tints of Golden Poppy #EDBA09

RGB

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

 GREEN value IS 186 (73.05% from 255) = 43.06%

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

R = 54.86%
G = 43.06%
B = 2.08%

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

#EDBA09 (or 0xEDBA09) is known color: Golden Poppy. HEX triplet: ED, BA and 09. RGB value is (237,186,9). Sum of RGB (Red+Green+Blue) = 237+186+9=432 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.86% from 432); Green value is 186 (73.05% from 255 or 43.06% from 432); Blue value is 9 (3.91% from 255 or 2.08% from 432); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBA09 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDBA09 is #1245F6. Grayscale: #B5B5B5. Windows color (decimal): -1197559 or 637677. OLE color: 637677.

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

Color convert

RGB 237 186 9 -
CMYK 0 0.22 0.96 0.07
HSL 46.58º 0.93% 0.48% -
HSV(B) 46.58º 0.96% 0.93% -
XYZ 52.53 53.14 7.75 -
YUV 181.07 30.9 167.89 -
System Red Green Blue C M Y K H S L
Decimal 237 186 9 0 0.22 0.96 0.07 46.58 0.93 0.48
Hex ED BA 9 0 16 60 7 2F 5D 30
Octal 355 272 11 0 26 140 7 57 135 60
Binary 11101101 10111010 1001 0 10110 1100000 111 101111 1011101 110000

Color Harmonies of #EDBA09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBA09

Black with #EDBA09

Text Example


Text Example

White with #EDBA09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBA09; }

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

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

background-color css

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

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

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

border-color css

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

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

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