Html Css Color HEX #EDB90D Golden Poppy

📋 copy color: '#EDB90D'

red 237 ◦ green 185 ◦ blue 13

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

Shades of Golden Poppy #EDB90D

Tints of Golden Poppy #EDB90D

RGB

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

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

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

R = 54.48%
G = 42.53%
B = 2.99%

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

#EDB90D (or 0xEDB90D) is known color: Golden Poppy. HEX triplet: ED, B9 and 0D. RGB value is (237,185,13). Sum of RGB (Red+Green+Blue) = 237+185+13=435 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.48% from 435); Green value is 185 (72.66% from 255 or 42.53% from 435); Blue value is 13 (5.47% from 255 or 2.99% from 435); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB90D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDB90D is #1246F2. Grayscale: #B5B5B5. Windows color (decimal): -1197811 or 899565. OLE color: 899565.

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

Color convert

RGB 237 185 13 -
CMYK 0 0.22 0.95 0.07
HSL 46.07º 0.9% 0.49% -
HSV(B) 46.07º 0.95% 0.93% -
XYZ 52.35 52.73 7.8 -
YUV 180.94 33.23 167.99 -
System Red Green Blue C M Y K H S L
Decimal 237 185 13 0 0.22 0.95 0.07 46.07 0.9 0.49
Hex ED B9 D 0 16 5F 7 2E 5A 31
Octal 355 271 15 0 26 137 7 56 132 61
Binary 11101101 10111001 1101 0 10110 1011111 111 101110 1011010 110001

Color Harmonies of #EDB90D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB90D

Black with #EDB90D

Text Example


Text Example

White with #EDB90D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB90D; }

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

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

background-color css

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

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

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

border-color css

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

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

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