#ECE271

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

Shades of Texas #ECE271

Tints of Texas #ECE271

Color information

#ECE271 (or 0xECE271) is unknown color: approx Texas. HEX triplet: EC, E2 and 71. RGB value is (236,226,113). Sum of RGB (Red+Green+Blue) = 236+226+113=575 (76% of max value = 765). Red value is 236 (92.58% from 255 or 41.04% from 575); Green value is 226 (88.67% from 255 or 39.30% from 575); Blue value is 113 (44.53% from 255 or 19.65% from 575); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE271 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECE271 is #131D8E. Grayscale: #D8D8D8. Windows color (decimal): -1252751 or 7463660. OLE color: 7463660.

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

Color convert

RGB236226113-
CMYK00.040.520.07
HSL55.12º76.4%68.43%-
HSV(B)55.12º52.12%92.55%-
XYZ64.7773.4226.38-
YUV216.1169.81142.19-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.04%
GREEN value IS 226 (88.67% from 255) = 39.30%
BLUE value IS 113 (44.53% from 255) = 19.65%
R=41.04%
G=39.30%
B=19.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.52
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23622611300.040.520.0755.1276.468.43
HexECE27104347374c44
Octal3543421610464767114104
Binary11101100111000101110001010011010011111011110011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECE271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECE271; }

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

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

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

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

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

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

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

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