Html Css Color HEX #ECB106 Selective Yellow

📋 copy color: '#ECB106'

red 236 ◦ green 177 ◦ blue 6

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

Shades of Selective Yellow #ECB106

Tints of Selective Yellow #ECB106

RGB

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

 GREEN value IS 177 (69.53% from 255) = 42.24%

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

R = 56.32%
G = 42.24%
B = 1.43%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#ECB106 (or 0xECB106) is known color: Selective Yellow. HEX triplet: EC, B1 and 06. RGB value is (236,177,6). Sum of RGB (Red+Green+Blue) = 236+177+6=419 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.32% from 419); Green value is 177 (69.53% from 255 or 42.24% from 419); Blue value is 6 (2.73% from 255 or 1.43% from 419); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB106 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ECB106 is #134EF9. Grayscale: #AFAFAF. Windows color (decimal): -1265402 or 438764. OLE color: 438764.

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

Color convert

RGB 236 177 6 -
CMYK 0 0.25 0.97 0.07
HSL 44.61º 0.95% 0.47% -
HSV(B) 44.61º 0.97% 0.93% -
XYZ 50.35 49.29 7.03 -
YUV 175.15 32.55 171.4 -
System Red Green Blue C M Y K H S L
Decimal 236 177 6 0 0.25 0.97 0.07 44.61 0.95 0.47
Hex EC B1 6 0 19 61 7 2D 5F 2F
Octal 354 261 6 0 31 141 7 55 137 57
Binary 11101100 10110001 110 0 11001 1100001 111 101101 1011111 101111

Color Harmonies of #ECB106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB106

Black with #ECB106

Text Example


Text Example

White with #ECB106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB106; }

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

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

background-color css

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

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

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

border-color css

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

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

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