Html Css Color HEX #ECB20C Selective Yellow

📋 copy color: '#ECB20C'

red 236 ◦ green 178 ◦ blue 12

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

Shades of Selective Yellow #ECB20C

Tints of Selective Yellow #ECB20C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.82%

R = 55.4%
G = 41.78%
B = 2.82%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#ECB20C (or 0xECB20C) is known color: Selective Yellow. HEX triplet: EC, B2 and 0C. RGB value is (236,178,12). Sum of RGB (Red+Green+Blue) = 236+178+12=426 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.40% from 426); Green value is 178 (69.92% from 255 or 41.78% from 426); Blue value is 12 (5.08% from 255 or 2.82% from 426); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB20C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ECB20C is #134DF3. Grayscale: #B1B1B1. Windows color (decimal): -1265140 or 832236. OLE color: 832236.

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

Color convert

RGB 236 178 12 -
CMYK 0 0.25 0.95 0.07
HSL 44.46º 0.9% 0.49% -
HSV(B) 44.46º 0.95% 0.93% -
XYZ 50.58 49.7 7.28 -
YUV 176.42 35.22 170.5 -
System Red Green Blue C M Y K H S L
Decimal 236 178 12 0 0.25 0.95 0.07 44.46 0.9 0.49
Hex EC B2 C 0 19 5F 7 2C 5A 31
Octal 354 262 14 0 31 137 7 54 132 61
Binary 11101100 10110010 1100 0 11001 1011111 111 101100 1011010 110001

Color Harmonies of #ECB20C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB20C

Black with #ECB20C

Text Example


Text Example

White with #ECB20C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB20C; }

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

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

background-color css

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

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

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

border-color css

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

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

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