#ECE17D

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

Shades of Texas #ECE17D

Tints of Texas #ECE17D

Color information

#ECE17D (or 0xECE17D) is unknown color: approx Texas. HEX triplet: EC, E1 and 7D. RGB value is (236,225,125). Sum of RGB (Red+Green+Blue) = 236+225+125=586 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.27% from 586); Green value is 225 (88.28% from 255 or 38.40% from 586); Blue value is 125 (49.22% from 255 or 21.33% from 586); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE17D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECE17D is #131E82. Grayscale: #D9D9D9. Windows color (decimal): -1252995 or 8249836. OLE color: 8249836.

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

Color convert

RGB236225125-
CMYK00.050.470.07
HSL54.05º74.5%70.78%-
HSV(B)54.05º47.03%92.55%-
XYZ65.2273.1630.09-
YUV216.8976.14141.63-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 40.27%
GREEN value IS 225 (88.28% from 255) = 38.40%
BLUE value IS 125 (49.22% from 255) = 21.33%
R=40.27%
G=38.40%
B=21.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.47
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23622512500.050.470.0754.0574.570.78
HexECE17D052F7364a47
Octal3543411750557766112107
Binary11101100111000011111101010110111111111011010010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECE17D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECE17D; }

 p { color: rgb(236,225,125); }

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

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

 a { background-color: rgb(236,225,125); }

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

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

 span { border-color: rgb(236,225,125); }

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