Html Css Color HEX #ECB300 Selective Yellow

📋 copy color: '#ECB300'

red 236 ◦ green 179 ◦ blue 0

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

Shades of Selective Yellow #ECB300

Tints of Selective Yellow #ECB300

RGB

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

 GREEN value IS 179 (70.31% from 255) = 43.13%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 56.87%
G = 43.13%
B = 0%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#ECB300 (or 0xECB300) is known color: Selective Yellow. HEX triplet: EC, B3 and 00. RGB value is (236,179,0). Sum of RGB (Red+Green+Blue) = 236+179+0=415 (54% of max value = 765). Red value is 236 (92.58% from 255 or 56.87% from 415); Green value is 179 (70.31% from 255 or 43.13% from 415); Blue value is 0 (0.39% from 255 or 0% from 415); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB300 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECB300 is #134CFF. Grayscale: #B0B0B0. Windows color (decimal): -1264896 or 46060. OLE color: 46060.

HSL color Cylindrical-coordinate representation of color #ECB300: hue angle of 45.51º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ECB300 is Cyan = 0, Magento = 0.24, Yellow = 1 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 179 0 -
CMYK 0 0.24 1 0.07
HSL 45.51º 1% 0.46% -
HSV(B) 45.51º 1% 0.93% -
XYZ 50.71 50.07 6.99 -
YUV 175.64 28.88 171.05 -
System Red Green Blue C M Y K H S L
Decimal 236 179 0 0 0.24 1 0.07 45.51 1 0.46
Hex EC B3 0 0 18 64 7 2E 64 2E
Octal 354 263 0 0 30 144 7 56 144 56
Binary 11101100 10110011 0 0 11000 1100100 111 101110 1100100 101110

Color Harmonies of #ECB300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB300

Black with #ECB300

Text Example


Text Example

White with #ECB300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB300; }

 p { color: rgb(236,179,0); }

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

background-color css

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

 a { background-color: rgb(236,179,0); }

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

border-color css

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

 span { border-color: rgb(236,179,0); }

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