#ECE785

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

Shades of Texas #ECE785

Tints of Texas #ECE785

Color information

#ECE785 (or 0xECE785) is unknown color: approx Texas. HEX triplet: EC, E7 and 85. RGB value is (236,231,133). Sum of RGB (Red+Green+Blue) = 236+231+133=600 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.33% from 600); Green value is 231 (90.62% from 255 or 38.5% from 600); Blue value is 133 (52.34% from 255 or 22.17% from 600); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE785 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECE785 is #13187A. Grayscale: #DDDDDD. Windows color (decimal): -1251451 or 8775660. OLE color: 8775660.

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

Color convert

RGB236231133-
CMYK00.020.440.07
HSL57.09º73.05%72.35%-
HSV(B)57.09º43.64%92.55%-
XYZ67.476.6833.44-
YUV221.3278.16138.47-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.33%
GREEN value IS 231 (90.62% from 255) = 38.5%
BLUE value IS 133 (52.34% from 255) = 22.17%
R=39.33%
G=38.5%
B=22.17%

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
Decimal23623113300.020.440.0757.0973.0572.35
HexECE785022C7394948
Octal3543472050254771111110
Binary11101100111001111000010101010110011111100110010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECE785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECE785; }

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

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

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

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

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

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

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

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