#ECE776

Color #ECE776 Texas (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Texas #ECE776

Tints of Texas #ECE776

Color information

#ECE776 (or 0xECE776) is unknown color: approx Texas. HEX triplet: EC, E7 and 76. RGB value is (236,231,118). Sum of RGB (Red+Green+Blue) = 236+231+118=585 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.34% from 585); Green value is 231 (90.62% from 255 or 39.49% from 585); Blue value is 118 (46.48% from 255 or 20.17% from 585); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE776 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #ECE776 is #131889. Grayscale: #DCDCDC. Windows color (decimal): -1251466 or 7792620. OLE color: 7792620.

HSL color Cylindrical-coordinate representation of color #ECE776: hue angle of 57.46º 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 #ECE776 is Cyan = 0, Magento = 0.02, Yellow = 0.5 and Black (K on CMYK) = 0.07.

Color convert

RGB236231118-
CMYK00.020.50.07
HSL57.46º75.64%69.41%-
HSV(B)57.46º50%92.55%-
XYZ66.4476.2928.36-
YUV219.6170.66139.69-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 40.34%
GREEN value IS 231 (90.62% from 255) = 39.49%
BLUE value IS 118 (46.48% from 255) = 20.17%
R=40.34%
G=39.49%
B=20.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.5
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23623111800.020.50.0757.4675.6469.41
HexECE77602327394c45
Octal3543471660262771114105
Binary1110110011100111111011001011001011111100110011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECE776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECE776; }

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

 H1.HeaderClassName
 {
   color: #ECE776;
 }
 .AnyTagClassName
 {
   color: #ECE776;
 }
</style>
background-color css

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

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

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

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

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

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