Html Css Color HEX #ECEC80 Texas

📋 copy color: '#ECEC80'

red 236 ◦ green 236 ◦ blue 128

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

Shades of Texas #ECEC80

Tints of Texas #ECEC80

RGB

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

 GREEN value IS 236 (92.58% from 255) = 39.33%

 BLUE value IS 128 (50.39% from 255) = 21.33%

R = 39.33%
G = 39.33%
B = 21.33%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#ECEC80 (or 0xECEC80) is known color: Texas. HEX triplet: EC, EC and 80. RGB value is (236,236,128). Sum of RGB (Red+Green+Blue) = 236+236+128=600 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.33% from 600); Green value is 236 (92.58% from 255 or 39.33% from 600); Blue value is 128 (50.39% from 255 or 21.33% from 600); Max value from RGB is 236 - color contains mainly: red, green. Hex color #ECEC80 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECEC80 is #13137F. Grayscale: #E0E0E0. Windows color (decimal): -1250176 or 8449260. OLE color: 8449260.

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

Color convert

RGB 236 236 128 -
CMYK 0 0 0.46 0.07
HSL 60º 0.74% 0.71% -
HSV(B) 60º 0.46% 0.93% -
XYZ 68.48 79.38 32.13 -
YUV 223.69 74 136.78 -
System Red Green Blue C M Y K H S L
Decimal 236 236 128 0 0 0.46 0.07 60 0.74 0.71
Hex EC EC 80 0 0 2E 7 3C 4A 47
Octal 354 354 200 0 0 56 7 74 112 107
Binary 11101100 11101100 10000000 0 0 101110 111 111100 1001010 1000111

Color Harmonies of #ECEC80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECEC80

Black with #ECEC80

Text Example


Text Example

White with #ECEC80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECEC80; }

 p { color: rgb(236,236,128); }

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

background-color css

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

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

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

border-color css

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

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

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