Html Css Color HEX #ECB60B Selective Yellow

📋 copy color: '#ECB60B'

red 236 ◦ green 182 ◦ blue 11

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

Shades of Selective Yellow #ECB60B

Tints of Selective Yellow #ECB60B

RGB

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

 GREEN value IS 182 (71.48% from 255) = 42.42%

 BLUE value IS 11 (4.69% from 255) = 2.56%

R = 55.01%
G = 42.42%
B = 2.56%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#ECB60B (or 0xECB60B) is known color: Selective Yellow. HEX triplet: EC, B6 and 0B. RGB value is (236,182,11). Sum of RGB (Red+Green+Blue) = 236+182+11=429 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.01% from 429); Green value is 182 (71.48% from 255 or 42.42% from 429); Blue value is 11 (4.69% from 255 or 2.56% from 429); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB60B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECB60B is #1349F4. Grayscale: #B3B3B3. Windows color (decimal): -1264117 or 767724. OLE color: 767724.

HSL color Cylindrical-coordinate representation of color #ECB60B: hue angle of 45.6º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ECB60B is Cyan = 0, Magento = 0.23, Yellow = 0.95 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 182 11 -
CMYK 0 0.23 0.95 0.07
HSL 45.6º 0.91% 0.48% -
HSV(B) 45.6º 0.95% 0.93% -
XYZ 51.38 51.31 7.51 -
YUV 178.65 33.39 168.9 -
System Red Green Blue C M Y K H S L
Decimal 236 182 11 0 0.23 0.95 0.07 45.6 0.91 0.48
Hex EC B6 B 0 17 5F 7 2E 5B 30
Octal 354 266 13 0 27 137 7 56 133 60
Binary 11101100 10110110 1011 0 10111 1011111 111 101110 1011011 110000

Color Harmonies of #ECB60B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB60B

Black with #ECB60B

Text Example


Text Example

White with #ECB60B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB60B; }

 p { color: rgb(236,182,11); }

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

background-color css

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

 a { background-color: rgb(236,182,11); }

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

border-color css

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

 span { border-color: rgb(236,182,11); }

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