Html Css Color HEX #ECB206 Selective Yellow

📋 copy color: '#ECB206'

red 236 ◦ green 178 ◦ blue 6

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

Shades of Selective Yellow #ECB206

Tints of Selective Yellow #ECB206

RGB

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

 GREEN value IS 178 (69.92% from 255) = 42.38%

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

R = 56.19%
G = 42.38%
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

#ECB206 (or 0xECB206) is known color: Selective Yellow. HEX triplet: EC, B2 and 06. RGB value is (236,178,6). Sum of RGB (Red+Green+Blue) = 236+178+6=420 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.19% from 420); Green value is 178 (69.92% from 255 or 42.38% from 420); Blue value is 6 (2.73% from 255 or 1.43% from 420); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB206 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ECB206 is #134DF9. Grayscale: #B0B0B0. Windows color (decimal): -1265146 or 439020. OLE color: 439020.

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

Color convert

RGB 236 178 6 -
CMYK 0 0.25 0.97 0.07
HSL 44.87º 0.95% 0.47% -
HSV(B) 44.87º 0.97% 0.93% -
XYZ 50.55 49.69 7.1 -
YUV 175.73 32.22 170.99 -
System Red Green Blue C M Y K H S L
Decimal 236 178 6 0 0.25 0.97 0.07 44.87 0.95 0.47
Hex EC B2 6 0 19 61 7 2D 5F 2F
Octal 354 262 6 0 31 141 7 55 137 57
Binary 11101100 10110010 110 0 11001 1100001 111 101101 1011111 101111

Color Harmonies of #ECB206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB206

Black with #ECB206

Text Example


Text Example

White with #ECB206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB206; }

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

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

background-color css

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

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

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

border-color css

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

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

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