#ECEA82

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

Shades of Texas #ECEA82

Tints of Texas #ECEA82

Color information

#ECEA82 (or 0xECEA82) is unknown color: approx Texas. HEX triplet: EC, EA and 82. RGB value is (236,234,130). Sum of RGB (Red+Green+Blue) = 236+234+130=600 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.33% from 600); Green value is 234 (91.80% from 255 or 39% from 600); Blue value is 130 (51.17% from 255 or 21.67% from 600); Max value from RGB is 236 - color contains mainly: red. Hex color #ECEA82 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECEA82 is #13157D. Grayscale: #DFDFDF. Windows color (decimal): -1250686 or 8579820. OLE color: 8579820.

HSL color Cylindrical-coordinate representation of color #ECEA82: hue angle of 58.87º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ECEA82 is Cyan = 0, Magento = 0.01, Yellow = 0.45 and Black (K on CMYK) = 0.07.

Color convert

RGB236234130-
CMYK00.010.450.07
HSL58.87º73.61%71.76%-
HSV(B)58.87º44.92%92.55%-
XYZ68.0478.2932.64-
YUV222.7475.66137.46-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.33%
GREEN value IS 234 (91.80% from 255) = 39%
BLUE value IS 130 (51.17% from 255) = 21.67%
R=39.33%
G=39%
B=21.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.45
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23623413000.010.450.0758.8773.6171.76
HexECEA82012D73b4a48
Octal3543522020155773112110
Binary1110110011101010100000100110110111111101110010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECEA82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECEA82; }

 p { color: rgb(236,234,130); }

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

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

 a { background-color: rgb(236,234,130); }

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

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

 span { border-color: rgb(236,234,130); }

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