#ECE27C

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

Shades of Texas #ECE27C

Tints of Texas #ECE27C

Color information

#ECE27C (or 0xECE27C) is unknown color: approx Texas. HEX triplet: EC, E2 and 7C. RGB value is (236,226,124). Sum of RGB (Red+Green+Blue) = 236+226+124=586 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.27% from 586); Green value is 226 (88.67% from 255 or 38.57% from 586); Blue value is 124 (48.83% from 255 or 21.16% from 586); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE27C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECE27C is #131D83. Grayscale: #D9D9D9. Windows color (decimal): -1252740 or 8184556. OLE color: 8184556.

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

Color convert

RGB236226124-
CMYK00.040.470.07
HSL54.64º74.67%70.59%-
HSV(B)54.64º47.46%92.55%-
XYZ65.4373.6829.84-
YUV217.3675.31141.29-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 40.27%
GREEN value IS 226 (88.67% from 255) = 38.57%
BLUE value IS 124 (48.83% from 255) = 21.16%
R=40.27%
G=38.57%
B=21.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.47
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23622612400.040.470.0754.6474.6770.59
HexECE27C042F7374b47
Octal3543421740457767113107
Binary11101100111000101111100010010111111111011110010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECE27C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECE27C; }

 p { color: rgb(236,226,124); }

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

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

 a { background-color: rgb(236,226,124); }

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

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

 span { border-color: rgb(236,226,124); }

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