#ECE471

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

Shades of Texas #ECE471

Tints of Texas #ECE471

Color information

#ECE471 (or 0xECE471) is unknown color: approx Texas. HEX triplet: EC, E4 and 71. RGB value is (236,228,113). Sum of RGB (Red+Green+Blue) = 236+228+113=577 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.90% from 577); Green value is 228 (89.45% from 255 or 39.51% from 577); Blue value is 113 (44.53% from 255 or 19.58% from 577); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE471 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECE471 is #131B8E. Grayscale: #D9D9D9. Windows color (decimal): -1252239 or 7464172. OLE color: 7464172.

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

Color convert

RGB236228113-
CMYK00.030.520.07
HSL56.1º76.4%68.43%-
HSV(B)56.1º52.12%92.55%-
XYZ65.3274.5126.56-
YUV217.2869.15141.35-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 40.90%
GREEN value IS 228 (89.45% from 255) = 39.51%
BLUE value IS 113 (44.53% from 255) = 19.58%
R=40.90%
G=39.51%
B=19.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.52
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23622811300.030.520.0756.176.468.43
HexECE47103347384c44
Octal3543441610364770114104
Binary1110110011100100111000101111010011111100010011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECE471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECE471; }

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

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

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

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

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

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

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

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