Html Css Color HEX #ECB906 Golden Poppy

📋 copy color: '#ECB906'

red 236 ◦ green 185 ◦ blue 6

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

Shades of Golden Poppy #ECB906

Tints of Golden Poppy #ECB906

RGB

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

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

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

R = 55.27%
G = 43.33%
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

#ECB906 (or 0xECB906) is known color: Golden Poppy. HEX triplet: EC, B9 and 06. RGB value is (236,185,6). Sum of RGB (Red+Green+Blue) = 236+185+6=427 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.27% from 427); Green value is 185 (72.66% from 255 or 43.33% from 427); Blue value is 6 (2.73% from 255 or 1.41% from 427); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB906 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECB906 is #1346F9. Grayscale: #B4B4B4. Windows color (decimal): -1263354 or 440812. OLE color: 440812.

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

Color convert

RGB 236 185 6 -
CMYK 0 0.22 0.97 0.07
HSL 46.7º 0.95% 0.47% -
HSV(B) 46.7º 0.97% 0.93% -
XYZ 51.97 52.54 7.57 -
YUV 179.84 29.9 168.05 -
System Red Green Blue C M Y K H S L
Decimal 236 185 6 0 0.22 0.97 0.07 46.7 0.95 0.47
Hex EC B9 6 0 16 61 7 2F 5F 2F
Octal 354 271 6 0 26 141 7 57 137 57
Binary 11101100 10111001 110 0 10110 1100001 111 101111 1011111 101111

Color Harmonies of #ECB906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB906

Black with #ECB906

Text Example


Text Example

White with #ECB906

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB906; }

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

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

background-color css

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

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

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

border-color css

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

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

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