#ECE279

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

Shades of Texas #ECE279

Tints of Texas #ECE279

Color information

#ECE279 (or 0xECE279) is unknown color: approx Texas. HEX triplet: EC, E2 and 79. RGB value is (236,226,121). Sum of RGB (Red+Green+Blue) = 236+226+121=583 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.48% from 583); Green value is 226 (88.67% from 255 or 38.77% from 583); Blue value is 121 (47.66% from 255 or 20.75% from 583); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE279 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECE279 is #131D86. Grayscale: #D9D9D9. Windows color (decimal): -1252743 or 7987948. OLE color: 7987948.

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

Color convert

RGB236226121-
CMYK00.040.490.07
HSL54.78º75.16%70%-
HSV(B)54.78º48.73%92.55%-
XYZ65.2473.6128.86-
YUV217.0273.81141.54-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 40.48%
GREEN value IS 226 (88.67% from 255) = 38.77%
BLUE value IS 121 (47.66% from 255) = 20.75%
R=40.48%
G=38.77%
B=20.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.49
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23622612100.040.490.0754.7875.1670
HexECE27904317374b46
Octal3543421710461767113106
Binary11101100111000101111001010011000111111011110010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECE279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECE279; }

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

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

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

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

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

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

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

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