#ECE272

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

Shades of Texas #ECE272

Tints of Texas #ECE272

Color information

#ECE272 (or 0xECE272) is unknown color: approx Texas. HEX triplet: EC, E2 and 72. RGB value is (236,226,114). Sum of RGB (Red+Green+Blue) = 236+226+114=576 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.97% from 576); Green value is 226 (88.67% from 255 or 39.24% from 576); Blue value is 114 (44.92% from 255 or 19.79% from 576); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE272 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECE272 is #131D8D. Grayscale: #D8D8D8. Windows color (decimal): -1252750 or 7529196. OLE color: 7529196.

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

Color convert

RGB236226114-
CMYK00.040.520.07
HSL55.08º76.25%68.63%-
HSV(B)55.08º51.69%92.55%-
XYZ64.8373.4426.68-
YUV216.2270.31142.11-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 40.97%
GREEN value IS 226 (88.67% from 255) = 39.24%
BLUE value IS 114 (44.92% from 255) = 19.79%
R=40.97%
G=39.24%
B=19.79%

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
Decimal23622611400.040.520.0755.0876.2568.63
HexECE27204347374c45
Octal3543421620464767114105
Binary11101100111000101110010010011010011111011110011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECE272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECE272; }

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

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

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

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

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

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

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

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