#ECE278

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

Shades of Texas #ECE278

Tints of Texas #ECE278

Color information

#ECE278 (or 0xECE278) is unknown color: approx Texas. HEX triplet: EC, E2 and 78. RGB value is (236,226,120). Sum of RGB (Red+Green+Blue) = 236+226+120=582 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.55% from 582); Green value is 226 (88.67% from 255 or 38.83% from 582); Blue value is 120 (47.27% from 255 or 20.62% from 582); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE278 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECE278 is #131D87. Grayscale: #D9D9D9. Windows color (decimal): -1252744 or 7922412. OLE color: 7922412.

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

Color convert

RGB236226120-
CMYK00.040.490.07
HSL54.83º75.32%69.8%-
HSV(B)54.83º49.15%92.55%-
XYZ65.1873.5828.54-
YUV216.9173.31141.62-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 40.55%
GREEN value IS 226 (88.67% from 255) = 38.83%
BLUE value IS 120 (47.27% from 255) = 20.62%
R=40.55%
G=38.83%
B=20.62%

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
Decimal23622612000.040.490.0754.8375.3269.8
HexECE27804317374b46
Octal3543421700461767113106
Binary11101100111000101111000010011000111111011110010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECE278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECE278; }

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

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

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

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

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

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

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

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