Html Css Color HEX #EDBA0A Golden Poppy

📋 copy color: '#EDBA0A'

red 237 ◦ green 186 ◦ blue 10

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

Shades of Golden Poppy #EDBA0A

Tints of Golden Poppy #EDBA0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.31%

R = 54.73%
G = 42.96%
B = 2.31%

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

#EDBA0A (or 0xEDBA0A) is known color: Golden Poppy. HEX triplet: ED, BA and 0A. RGB value is (237,186,10). Sum of RGB (Red+Green+Blue) = 237+186+10=433 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.73% from 433); Green value is 186 (73.05% from 255 or 42.96% from 433); Blue value is 10 (4.30% from 255 or 2.31% from 433); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBA0A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDBA0A is #1245F5. Grayscale: #B5B5B5. Windows color (decimal): -1197558 or 703213. OLE color: 703213.

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

Color convert

RGB 237 186 10 -
CMYK 0 0.22 0.96 0.07
HSL 46.52º 0.92% 0.48% -
HSV(B) 46.52º 0.96% 0.93% -
XYZ 52.54 53.14 7.78 -
YUV 181.19 31.4 167.81 -
System Red Green Blue C M Y K H S L
Decimal 237 186 10 0 0.22 0.96 0.07 46.52 0.92 0.48
Hex ED BA A 0 16 60 7 2F 5C 30
Octal 355 272 12 0 26 140 7 57 134 60
Binary 11101101 10111010 1010 0 10110 1100000 111 101111 1011100 110000

Color Harmonies of #EDBA0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBA0A

Black with #EDBA0A

Text Example


Text Example

White with #EDBA0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBA0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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