#ECEB80

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

Shades of Texas #ECEB80

Tints of Texas #ECEB80

Color information

#ECEB80 (or 0xECEB80) is unknown color: approx Texas. HEX triplet: EC, EB and 80. RGB value is (236,235,128). Sum of RGB (Red+Green+Blue) = 236+235+128=599 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.40% from 599); Green value is 235 (92.19% from 255 or 39.23% from 599); Blue value is 128 (50.39% from 255 or 21.37% from 599); Max value from RGB is 236 - color contains mainly: red. Hex color #ECEB80 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECEB80 is #13147F. Grayscale: #DFDFDF. Windows color (decimal): -1250432 or 8449004. OLE color: 8449004.

HSL color Cylindrical-coordinate representation of color #ECEB80: hue angle of 59.44º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ECEB80 is Cyan = 0, Magento = 0.00, Yellow = 0.46 and Black (K on CMYK) = 0.07.

Color convert

RGB236235128-
CMYK00.000.460.07
HSL59.44º73.97%71.37%-
HSV(B)59.44º45.76%92.55%-
XYZ68.278.8132.04-
YUV223.174.33137.2-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.40%
GREEN value IS 235 (92.19% from 255) = 39.23%
BLUE value IS 128 (50.39% from 255) = 21.37%
R=39.40%
G=39.23%
B=21.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.46
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23623512800.000.460.0759.4473.9771.37
HexECEB80002E73b4a47
Octal3543532000056773112107
Binary1110110011101011100000000010111011111101110010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECEB80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECEB80; }

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

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

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

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

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

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

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

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