Html Css Color HEX #ECEC76 Texas

📋 copy color: '#ECEC76'

red 236 ◦ green 236 ◦ blue 118

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

Shades of Texas #ECEC76

Tints of Texas #ECEC76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 20%

R = 40%
G = 40%
B = 20%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.5

 K value IS 0.07

RGB Variations

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

Color information

#ECEC76 (or 0xECEC76) is known color: Texas. HEX triplet: EC, EC and 76. RGB value is (236,236,118). Sum of RGB (Red+Green+Blue) = 236+236+118=590 (78% of max value = 765). Red value is 236 (92.58% from 255 or 40% from 590); Green value is 236 (92.58% from 255 or 40% from 590); Blue value is 118 (46.48% from 255 or 20% from 590); Max value from RGB is 236 - color contains mainly: red, green. Hex color #ECEC76 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #ECEC76 is #131389. Grayscale: #DFDFDF. Windows color (decimal): -1250186 or 7793900. OLE color: 7793900.

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

Color convert

RGB 236 236 118 -
CMYK 0 0 0.5 0.07
HSL 60º 0.76% 0.69% -
HSV(B) 60º 0.5% 0.93% -
XYZ 67.86 79.13 28.84 -
YUV 222.55 69 137.59 -
System Red Green Blue C M Y K H S L
Decimal 236 236 118 0 0 0.5 0.07 60 0.76 0.69
Hex EC EC 76 0 0 32 7 3C 4C 45
Octal 354 354 166 0 0 62 7 74 114 105
Binary 11101100 11101100 1110110 0 0 110010 111 111100 1001100 1000101

Color Harmonies of #ECEC76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECEC76

Black with #ECEC76

Text Example


Text Example

White with #ECEC76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECEC76; }

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

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

background-color css

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

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

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

border-color css

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

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

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