Html Css Color HEX #EDBA0D Golden Poppy

📋 copy color: '#EDBA0D'

red 237 ◦ green 186 ◦ blue 13

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

Shades of Golden Poppy #EDBA0D

Tints of Golden Poppy #EDBA0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 2.98%

R = 54.36%
G = 42.66%
B = 2.98%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EDBA0D (or 0xEDBA0D) is known color: Golden Poppy. HEX triplet: ED, BA and 0D. RGB value is (237,186,13). Sum of RGB (Red+Green+Blue) = 237+186+13=436 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.36% from 436); Green value is 186 (73.05% from 255 or 42.66% from 436); Blue value is 13 (5.47% from 255 or 2.98% from 436); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBA0D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDBA0D is #1245F2. Grayscale: #B6B6B6. Windows color (decimal): -1197555 or 899821. OLE color: 899821.

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

Color convert

RGB 237 186 13 -
CMYK 0 0.22 0.95 0.07
HSL 46.34º 0.9% 0.49% -
HSV(B) 46.34º 0.95% 0.93% -
XYZ 52.56 53.15 7.87 -
YUV 181.53 32.9 167.57 -
System Red Green Blue C M Y K H S L
Decimal 237 186 13 0 0.22 0.95 0.07 46.34 0.9 0.49
Hex ED BA D 0 16 5F 7 2E 5A 31
Octal 355 272 15 0 26 137 7 56 132 61
Binary 11101101 10111010 1101 0 10110 1011111 111 101110 1011010 110001

Color Harmonies of #EDBA0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBA0D

Black with #EDBA0D

Text Example


Text Example

White with #EDBA0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBA0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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