#ECE580

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

Shades of Texas #ECE580

Tints of Texas #ECE580

Color information

#ECE580 (or 0xECE580) is unknown color: approx Texas. HEX triplet: EC, E5 and 80. RGB value is (236,229,128). Sum of RGB (Red+Green+Blue) = 236+229+128=593 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.80% from 593); Green value is 229 (89.84% from 255 or 38.62% from 593); Blue value is 128 (50.39% from 255 or 21.59% from 593); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE580 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECE580 is #131A7F. Grayscale: #DBDBDB. Windows color (decimal): -1251968 or 8447468. OLE color: 8447468.

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

Color convert

RGB236229128-
CMYK00.030.460.07
HSL56.11º73.97%71.37%-
HSV(B)56.11º45.76%92.55%-
XYZ66.5175.4331.48-
YUV219.5876.32139.71-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.80%
GREEN value IS 229 (89.84% from 255) = 38.62%
BLUE value IS 128 (50.39% from 255) = 21.59%
R=39.80%
G=38.62%
B=21.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.46
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23622912800.030.460.0756.1173.9771.37
HexECE580032E7384a47
Octal3543452000356770112107
Binary11101100111001011000000001110111011111100010010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECE580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECE580; }

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

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

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

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

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

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

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

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