#ECEE86

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

Shades of Texas #ECEE86

Tints of Texas #ECEE86

Color information

#ECEE86 (or 0xECEE86) is unknown color: approx Texas. HEX triplet: EC, EE and 86. RGB value is (236,238,134). Sum of RGB (Red+Green+Blue) = 236+238+134=608 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.82% from 608); Green value is 238 (93.36% from 255 or 39.14% from 608); Blue value is 134 (52.73% from 255 or 22.04% from 608); Max value from RGB is 238 - color contains mainly: green. Hex color #ECEE86 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECEE86 is #131179. Grayscale: #E1E1E1. Windows color (decimal): -1249658 or 8842988. OLE color: 8842988.

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

Color convert

RGB236238134-
CMYK0.0100.440.07
HSL61.15º75.36%72.94%-
HSV(B)61.15º43.7%93.33%-
XYZ69.4780.734.47-
YUV225.5576.34135.46-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.82%
GREEN value IS 238 (93.36% from 255) = 39.14%
BLUE value IS 134 (52.73% from 255) = 22.04%
R=38.82%
G=39.14%
B=22.04%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2362381340.0100.440.0761.1575.3672.94
HexECEE86102C73d4b49
Octal3543562061054775113111
Binary1110110011101110100001101010110011111110110010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECEE86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECEE86; }

 p { color: rgb(236,238,134); }

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

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

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

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

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

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

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