#ECE885

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

Shades of Texas #ECE885

Tints of Texas #ECE885

Color information

#ECE885 (or 0xECE885) is unknown color: approx Texas. HEX triplet: EC, E8 and 85. RGB value is (236,232,133). Sum of RGB (Red+Green+Blue) = 236+232+133=601 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.27% from 601); Green value is 232 (91.02% from 255 or 38.60% from 601); Blue value is 133 (52.34% from 255 or 22.13% from 601); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE885 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECE885 is #13177A. Grayscale: #DEDEDE. Windows color (decimal): -1251195 or 8775916. OLE color: 8775916.

HSL color Cylindrical-coordinate representation of color #ECE885: hue angle of 57.67º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ECE885 is Cyan = 0, Magento = 0.02, Yellow = 0.44 and Black (K on CMYK) = 0.07.

Color convert

RGB236232133-
CMYK00.020.440.07
HSL57.67º73.05%72.35%-
HSV(B)57.67º43.64%92.55%-
XYZ67.6877.2433.53-
YUV221.9177.83138.05-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.27%
GREEN value IS 232 (91.02% from 255) = 38.60%
BLUE value IS 133 (52.34% from 255) = 22.13%
R=39.27%
G=38.60%
B=22.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.44
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23623213300.020.440.0757.6773.0572.35
HexECE885022C73a4948
Octal3543502050254772111110
Binary11101100111010001000010101010110011111101010010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECE885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECE885; }

 p { color: rgb(236,232,133); }

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

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

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

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

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

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

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