Html Css Color HEX #EDBA08 Golden Poppy

📋 copy color: '#EDBA08'

red 237 ◦ green 186 ◦ blue 8

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

Shades of Golden Poppy #EDBA08

Tints of Golden Poppy #EDBA08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 1.86%

R = 54.99%
G = 43.16%
B = 1.86%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#EDBA08 (or 0xEDBA08) is known color: Golden Poppy. HEX triplet: ED, BA and 08. RGB value is (237,186,8). Sum of RGB (Red+Green+Blue) = 237+186+8=431 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.99% from 431); Green value is 186 (73.05% from 255 or 43.16% from 431); Blue value is 8 (3.52% from 255 or 1.86% from 431); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBA08 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDBA08 is #1245F7. Grayscale: #B5B5B5. Windows color (decimal): -1197560 or 572141. OLE color: 572141.

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

Color convert

RGB 237 186 8 -
CMYK 0 0.22 0.97 0.07
HSL 46.64º 0.93% 0.48% -
HSV(B) 46.64º 0.97% 0.93% -
XYZ 52.53 53.14 7.72 -
YUV 180.96 30.4 167.97 -
System Red Green Blue C M Y K H S L
Decimal 237 186 8 0 0.22 0.97 0.07 46.64 0.93 0.48
Hex ED BA 8 0 16 61 7 2F 5D 30
Octal 355 272 10 0 26 141 7 57 135 60
Binary 11101101 10111010 1000 0 10110 1100001 111 101111 1011101 110000

Color Harmonies of #EDBA08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBA08

Black with #EDBA08

Text Example


Text Example

White with #EDBA08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBA08; }

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

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

background-color css

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

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

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

border-color css

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

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

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