Html Css Color HEX #ECB706 Golden Poppy

📋 copy color: '#ECB706'

red 236 ◦ green 183 ◦ blue 6

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

Shades of Golden Poppy #ECB706

Tints of Golden Poppy #ECB706

RGB

 RED value IS 236 (92.58% from 255) = 55.53%

 GREEN value IS 183 (71.88% from 255) = 43.06%

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

R = 55.53%
G = 43.06%
B = 1.41%

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

#ECB706 (or 0xECB706) is known color: Golden Poppy. HEX triplet: EC, B7 and 06. RGB value is (236,183,6). Sum of RGB (Red+Green+Blue) = 236+183+6=425 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.53% from 425); Green value is 183 (71.88% from 255 or 43.06% from 425); Blue value is 6 (2.73% from 255 or 1.41% from 425); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB706 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECB706 is #1348F9. Grayscale: #B3B3B3. Windows color (decimal): -1263866 or 440300. OLE color: 440300.

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

Color convert

RGB 236 183 6 -
CMYK 0 0.22 0.97 0.07
HSL 46.17º 0.95% 0.47% -
HSV(B) 46.17º 0.97% 0.93% -
XYZ 51.56 51.71 7.44 -
YUV 178.67 30.56 168.89 -
System Red Green Blue C M Y K H S L
Decimal 236 183 6 0 0.22 0.97 0.07 46.17 0.95 0.47
Hex EC B7 6 0 16 61 7 2E 5F 2F
Octal 354 267 6 0 26 141 7 56 137 57
Binary 11101100 10110111 110 0 10110 1100001 111 101110 1011111 101111

Color Harmonies of #ECB706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB706

Black with #ECB706

Text Example


Text Example

White with #ECB706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB706; }

 p { color: rgb(236,183,6); }

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

background-color css

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

 a { background-color: rgb(236,183,6); }

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

border-color css

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

 span { border-color: rgb(236,183,6); }

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