Html Css Color HEX #EDB906 Golden Poppy

📋 copy color: '#EDB906'

red 237 ◦ green 185 ◦ blue 6

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

Shades of Golden Poppy #EDB906

Tints of Golden Poppy #EDB906

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.4%

R = 55.37%
G = 43.22%
B = 1.4%

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

#EDB906 (or 0xEDB906) is known color: Golden Poppy. HEX triplet: ED, B9 and 06. RGB value is (237,185,6). Sum of RGB (Red+Green+Blue) = 237+185+6=428 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.37% from 428); Green value is 185 (72.66% from 255 or 43.22% from 428); Blue value is 6 (2.73% from 255 or 1.40% from 428); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB906 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDB906 is #1246F9. Grayscale: #B4B4B4. Windows color (decimal): -1197818 or 440813. OLE color: 440813.

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

Color convert

RGB 237 185 6 -
CMYK 0 0.22 0.97 0.07
HSL 46.49º 0.95% 0.48% -
HSV(B) 46.49º 0.97% 0.93% -
XYZ 52.31 52.72 7.59 -
YUV 180.14 29.73 168.55 -
System Red Green Blue C M Y K H S L
Decimal 237 185 6 0 0.22 0.97 0.07 46.49 0.95 0.48
Hex ED B9 6 0 16 61 7 2E 5F 30
Octal 355 271 6 0 26 141 7 56 137 60
Binary 11101101 10111001 110 0 10110 1100001 111 101110 1011111 110000

Color Harmonies of #EDB906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB906

Black with #EDB906

Text Example


Text Example

White with #EDB906

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB906; }

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

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

background-color css

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

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

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

border-color css

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

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

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