#ecea85

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

Shades of Texas #ECEA85

Tints of Texas #ECEA85

Color information

#ECEA85 (or 0xECEA85) is unknown color: approx Texas. HEX triplet: EC, EA and 85. RGB value is (236,234,133). Sum of RGB (Red+Green+Blue) = 236+234+133=603 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.14% from 603); Green value is 234 (91.80% from 255 or 38.81% from 603); Blue value is 133 (52.34% from 255 or 22.06% from 603); Max value from RGB is 236 - color contains mainly: red. Hex color #ECEA85 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECEA85 is #13157A. Grayscale: #DFDFDF. Windows color (decimal): -1250683 or 8776428. OLE color: 8776428.

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

Color convert

RGB236234133-
CMYK00.010.440.07
HSL58.83º73.05%72.35%-
HSV(B)58.83º43.64%92.55%-
XYZ68.2578.3733.72-
YUV223.0877.16137.21-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.14%
GREEN value IS 234 (91.80% from 255) = 38.81%
BLUE value IS 133 (52.34% from 255) = 22.06%
R=39.14%
G=38.81%
B=22.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.44
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23623413300.010.440.0758.8373.0572.35
HexECEA85012C73b4948
Octal3543522050154773111110
Binary1110110011101010100001010110110011111101110010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ecea85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ecea85; }

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

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

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

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

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

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

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

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