#ECE97E

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

Shades of Texas #ECE97E

Tints of Texas #ECE97E

Color information

#ECE97E (or 0xECE97E) is unknown color: approx Texas. HEX triplet: EC, E9 and 7E. RGB value is (236,233,126). Sum of RGB (Red+Green+Blue) = 236+233+126=595 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.66% from 595); Green value is 233 (91.41% from 255 or 39.16% from 595); Blue value is 126 (49.61% from 255 or 21.18% from 595); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE97E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #ECE97E is #131681. Grayscale: #DEDEDE. Windows color (decimal): -1250946 or 8317420. OLE color: 8317420.

HSL color Cylindrical-coordinate representation of color #ECE97E: hue angle of 58.36º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ECE97E is Cyan = 0, Magento = 0.01, Yellow = 0.47 and Black (K on CMYK) = 0.07.

Color convert

RGB236233126-
CMYK00.010.470.07
HSL58.36º74.32%70.98%-
HSV(B)58.36º46.61%92.55%-
XYZ67.577.6231.16-
YUV221.773.99138.2-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.66%
GREEN value IS 233 (91.41% from 255) = 39.16%
BLUE value IS 126 (49.61% from 255) = 21.18%
R=39.66%
G=39.16%
B=21.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.47
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23623312600.010.470.0758.3674.3270.98
HexECE97E012F73a4a47
Octal3543511760157772112107
Binary111011001110100111111100110111111111101010010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECE97E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECE97E; }

 p { color: rgb(236,233,126); }

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

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

 a { background-color: rgb(236,233,126); }

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

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

 span { border-color: rgb(236,233,126); }

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