#ECE37A

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

Shades of Texas #ECE37A

Tints of Texas #ECE37A

Color information

#ECE37A (or 0xECE37A) is unknown color: approx Texas. HEX triplet: EC, E3 and 7A. RGB value is (236,227,122). Sum of RGB (Red+Green+Blue) = 236+227+122=585 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.34% from 585); Green value is 227 (89.06% from 255 or 38.80% from 585); Blue value is 122 (48.05% from 255 or 20.85% from 585); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE37A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECE37A is #131C85. Grayscale: #DADADA. Windows color (decimal): -1252486 or 8053740. OLE color: 8053740.

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

Color convert

RGB236227122-
CMYK00.040.480.07
HSL55.26º75%70.2%-
HSV(B)55.26º48.31%92.55%-
XYZ65.5774.1829.27-
YUV217.7273.98141.04-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 40.34%
GREEN value IS 227 (89.06% from 255) = 38.80%
BLUE value IS 122 (48.05% from 255) = 20.85%
R=40.34%
G=38.80%
B=20.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.48
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23622712200.040.480.0755.267570.2
HexECE37A04307374b46
Octal3543431720460767113106
Binary11101100111000111111010010011000011111011110010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECE37A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECE37A; }

 p { color: rgb(236,227,122); }

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

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

 a { background-color: rgb(236,227,122); }

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

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

 span { border-color: rgb(236,227,122); }

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