#ECE479

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

Shades of Texas #ECE479

Tints of Texas #ECE479

Color information

#ECE479 (or 0xECE479) is unknown color: approx Texas. HEX triplet: EC, E4 and 79. RGB value is (236,228,121). Sum of RGB (Red+Green+Blue) = 236+228+121=585 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.34% from 585); Green value is 228 (89.45% from 255 or 38.97% from 585); Blue value is 121 (47.66% from 255 or 20.68% from 585); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE479 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECE479 is #131B86. Grayscale: #DADADA. Windows color (decimal): -1252231 or 7988460. OLE color: 7988460.

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

Color convert

RGB236228121-
CMYK00.030.490.07
HSL55.83º75.16%70%-
HSV(B)55.83º48.73%92.55%-
XYZ65.7974.729.04-
YUV218.1973.15140.7-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 40.34%
GREEN value IS 228 (89.45% from 255) = 38.97%
BLUE value IS 121 (47.66% from 255) = 20.68%
R=40.34%
G=38.97%
B=20.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.49
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23622812100.030.490.0755.8375.1670
HexECE47903317384b46
Octal3543441710361770113106
Binary1110110011100100111100101111000111111100010010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECE479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECE479; }

 p { color: rgb(236,228,121); }

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

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

 a { background-color: rgb(236,228,121); }

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

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

 span { border-color: rgb(236,228,121); }

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