#ECEB85

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

Shades of Texas #ECEB85

Tints of Texas #ECEB85

Color information

#ECEB85 (or 0xECEB85) is unknown color: approx Texas. HEX triplet: EC, EB and 85. RGB value is (236,235,133). Sum of RGB (Red+Green+Blue) = 236+235+133=604 (80% of max value = 765). Red value is 236 (92.58% from 255 or 39.07% from 604); Green value is 235 (92.19% from 255 or 38.91% from 604); Blue value is 133 (52.34% from 255 or 22.02% from 604); Max value from RGB is 236 - color contains mainly: red. Hex color #ECEB85 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECEB85 is #13147A. Grayscale: #E0E0E0. Windows color (decimal): -1250427 or 8776684. OLE color: 8776684.

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

Color convert

RGB236235133-
CMYK00.000.440.07
HSL59.42º73.05%72.35%-
HSV(B)59.42º43.64%92.55%-
XYZ68.5378.9433.82-
YUV223.6776.83136.79-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.07%
GREEN value IS 235 (92.19% from 255) = 38.91%
BLUE value IS 133 (52.34% from 255) = 22.02%
R=39.07%
G=38.91%
B=22.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.44
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23623513300.000.440.0759.4273.0572.35
HexECEB85002C73b4948
Octal3543532050054773111110
Binary1110110011101011100001010010110011111101110010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECEB85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECEB85; }

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

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

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

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

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

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

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

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