Html Css Color HEX #ECB506 Selective Yellow

📋 copy color: '#ECB506'

red 236 ◦ green 181 ◦ blue 6

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

Shades of Selective Yellow #ECB506

Tints of Selective Yellow #ECB506

RGB

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

 GREEN value IS 181 (71.09% from 255) = 42.79%

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

R = 55.79%
G = 42.79%
B = 1.42%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#ECB506 (or 0xECB506) is known color: Selective Yellow. HEX triplet: EC, B5 and 06. RGB value is (236,181,6). Sum of RGB (Red+Green+Blue) = 236+181+6=423 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.79% from 423); Green value is 181 (71.09% from 255 or 42.79% from 423); Blue value is 6 (2.73% from 255 or 1.42% from 423); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB506 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECB506 is #134AF9. Grayscale: #B2B2B2. Windows color (decimal): -1264378 or 439788. OLE color: 439788.

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

Color convert

RGB 236 181 6 -
CMYK 0 0.23 0.97 0.07
HSL 45.65º 0.95% 0.47% -
HSV(B) 45.65º 0.97% 0.93% -
XYZ 51.15 50.89 7.3 -
YUV 177.5 31.22 169.73 -
System Red Green Blue C M Y K H S L
Decimal 236 181 6 0 0.23 0.97 0.07 45.65 0.95 0.47
Hex EC B5 6 0 17 61 7 2E 5F 2F
Octal 354 265 6 0 27 141 7 56 137 57
Binary 11101100 10110101 110 0 10111 1100001 111 101110 1011111 101111

Color Harmonies of #ECB506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB506

Black with #ECB506

Text Example


Text Example

White with #ECB506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB506; }

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

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

background-color css

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

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

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

border-color css

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

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

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