Html Css Color HEX #EDB902 Golden Poppy

📋 copy color: '#EDB902'

red 237 ◦ green 185 ◦ blue 2

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

Shades of Golden Poppy #EDB902

Tints of Golden Poppy #EDB902

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.47%

R = 55.9%
G = 43.63%
B = 0.47%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#EDB902 (or 0xEDB902) is known color: Golden Poppy. HEX triplet: ED, B9 and 02. RGB value is (237,185,2). Sum of RGB (Red+Green+Blue) = 237+185+2=424 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.90% from 424); Green value is 185 (72.66% from 255 or 43.63% from 424); Blue value is 2 (1.17% from 255 or 0.47% from 424); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB902 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDB902 is #1246FD. Grayscale: #B4B4B4. Windows color (decimal): -1197822 or 178669. OLE color: 178669.

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

Color convert

RGB 237 185 2 -
CMYK 0 0.22 0.99 0.07
HSL 46.72º 0.98% 0.47% -
HSV(B) 46.72º 0.99% 0.93% -
XYZ 52.28 52.71 7.48 -
YUV 179.69 27.73 168.88 -
System Red Green Blue C M Y K H S L
Decimal 237 185 2 0 0.22 0.99 0.07 46.72 0.98 0.47
Hex ED B9 2 0 16 63 7 2F 62 2F
Octal 355 271 2 0 26 143 7 57 142 57
Binary 11101101 10111001 10 0 10110 1100011 111 101111 1100010 101111

Color Harmonies of #EDB902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB902

Black with #EDB902

Text Example


Text Example

White with #EDB902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB902; }

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

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

background-color css

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

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

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

border-color css

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

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

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