#ECEA7B

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

Shades of Texas #ECEA7B

Tints of Texas #ECEA7B

Color information

#ECEA7B (or 0xECEA7B) is unknown color: approx Texas. HEX triplet: EC, EA and 7B. RGB value is (236,234,123). Sum of RGB (Red+Green+Blue) = 236+234+123=593 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.80% from 593); Green value is 234 (91.80% from 255 or 39.46% from 593); Blue value is 123 (48.44% from 255 or 20.74% from 593); Max value from RGB is 236 - color contains mainly: red. Hex color #ECEA7B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #ECEA7B is #131584. Grayscale: #DEDEDE. Windows color (decimal): -1250693 or 8121068. OLE color: 8121068.

HSL color Cylindrical-coordinate representation of color #ECEA7B: hue angle of 58.94º 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 #ECEA7B is Cyan = 0, Magento = 0.01, Yellow = 0.48 and Black (K on CMYK) = 0.07.

Color convert

RGB236234123-
CMYK00.010.480.07
HSL58.94º74.83%70.39%-
HSV(B)58.94º47.88%92.55%-
XYZ67.5978.1130.25-
YUV221.9472.16138.03-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.80%
GREEN value IS 234 (91.80% from 255) = 39.46%
BLUE value IS 123 (48.44% from 255) = 20.74%
R=39.80%
G=39.46%
B=20.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.48
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23623412300.010.480.0758.9474.8370.39
HexECEA7B013073b4b46
Octal3543521730160773113106
Binary111011001110101011110110111000011111101110010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECEA7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECEA7B; }

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

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

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

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

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

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

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

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