#EBE881

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

Shades of Texas #EBE881

Tints of Texas #EBE881

Color information

#EBE881 (or 0xEBE881) is unknown color: approx Texas. HEX triplet: EB, E8 and 81. RGB value is (235,232,129). Sum of RGB (Red+Green+Blue) = 235+232+129=596 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.43% from 596); Green value is 232 (91.02% from 255 or 38.93% from 596); Blue value is 129 (50.78% from 255 or 21.64% from 596); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE881 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBE881 is #14177E. Grayscale: #DDDDDD. Windows color (decimal): -1316735 or 8513771. OLE color: 8513771.

HSL color Cylindrical-coordinate representation of color #EBE881: hue angle of 58.3º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EBE881 is Cyan = 0, Magento = 0.01, Yellow = 0.45 and Black (K on CMYK) = 0.08.

Color convert

RGB235232129-
CMYK00.010.450.08
HSL58.3º72.6%71.37%-
HSV(B)58.3º45.11%92.16%-
XYZ67.0876.9632.09-
YUV221.1675.99137.88-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.43%
GREEN value IS 232 (91.02% from 255) = 38.93%
BLUE value IS 129 (50.78% from 255) = 21.64%
R=39.43%
G=38.93%
B=21.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.45
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23523212900.010.450.0858.372.671.37
HexEBE881012D83a4947
Octal35335020101551072111107
Binary11101011111010001000000101101101100011101010010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE881; }

 p { color: rgb(235,232,129); }

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

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

 a { background-color: rgb(235,232,129); }

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

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

 span { border-color: rgb(235,232,129); }

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