#ECE47D

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

Shades of Texas #ECE47D

Tints of Texas #ECE47D

Color information

#ECE47D (or 0xECE47D) is unknown color: approx Texas. HEX triplet: EC, E4 and 7D. RGB value is (236,228,125). Sum of RGB (Red+Green+Blue) = 236+228+125=589 (78% of max value = 765). Red value is 236 (92.58% from 255 or 40.07% from 589); Green value is 228 (89.45% from 255 or 38.71% from 589); Blue value is 125 (49.22% from 255 or 21.22% from 589); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE47D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECE47D is #131B82. Grayscale: #DBDBDB. Windows color (decimal): -1252227 or 8250604. OLE color: 8250604.

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

Color convert

RGB236228125-
CMYK00.030.470.07
HSL55.68º74.5%70.78%-
HSV(B)55.68º47.03%92.55%-
XYZ66.0474.830.36-
YUV218.6575.15140.38-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 40.07%
GREEN value IS 228 (89.45% from 255) = 38.71%
BLUE value IS 125 (49.22% from 255) = 21.22%
R=40.07%
G=38.71%
B=21.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.47
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23622812500.030.470.0755.6874.570.78
HexECE47D032F7384a47
Octal3543441750357770112107
Binary1110110011100100111110101110111111111100010010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECE47D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECE47D; }

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

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

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

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

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

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

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

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