#ECE774

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

Shades of Texas #ECE774

Tints of Texas #ECE774

Color information

#ECE774 (or 0xECE774) is unknown color: approx Texas. HEX triplet: EC, E7 and 74. RGB value is (236,231,116). Sum of RGB (Red+Green+Blue) = 236+231+116=583 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.48% from 583); Green value is 231 (90.62% from 255 or 39.62% from 583); Blue value is 116 (45.70% from 255 or 19.90% from 583); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE774 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #ECE774 is #13188B. Grayscale: #DBDBDB. Windows color (decimal): -1251468 or 7661548. OLE color: 7661548.

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

Color convert

RGB236231116-
CMYK00.020.510.07
HSL57.5º75.95%69.02%-
HSV(B)57.5º50.85%92.55%-
XYZ66.3276.2527.74-
YUV219.3869.66139.85-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 40.48%
GREEN value IS 231 (90.62% from 255) = 39.62%
BLUE value IS 116 (45.70% from 255) = 19.90%
R=40.48%
G=39.62%
B=19.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.51
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23623111600.020.510.0757.575.9569.02
HexECE774023373a4c45
Octal3543471640263772114105
Binary1110110011100111111010001011001111111101010011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECE774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECE774; }

 p { color: rgb(236,231,116); }

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

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

 a { background-color: rgb(236,231,116); }

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

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

 span { border-color: rgb(236,231,116); }

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