#EBE781

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

Shades of Texas #EBE781

Tints of Texas #EBE781

Color information

#EBE781 (or 0xEBE781) is unknown color: approx Texas. HEX triplet: EB, E7 and 81. RGB value is (235,231,129). Sum of RGB (Red+Green+Blue) = 235+231+129=595 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.50% from 595); Green value is 231 (90.62% from 255 or 38.82% from 595); Blue value is 129 (50.78% from 255 or 21.68% from 595); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE781 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBE781 is #14187E. Grayscale: #DCDCDC. Windows color (decimal): -1316991 or 8513515. OLE color: 8513515.

HSL color Cylindrical-coordinate representation of color #EBE781: hue angle of 57.74º 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 #EBE781 is Cyan = 0, Magento = 0.02, Yellow = 0.45 and Black (K on CMYK) = 0.08.

Color convert

RGB235231129-
CMYK00.020.450.08
HSL57.74º72.6%71.37%-
HSV(B)57.74º45.11%92.16%-
XYZ66.876.431.99-
YUV220.5776.33138.29-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.50%
GREEN value IS 231 (90.62% from 255) = 38.82%
BLUE value IS 129 (50.78% from 255) = 21.68%
R=39.50%
G=38.82%
B=21.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.45
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23523112900.020.450.0857.7472.671.37
HexEBE781022D83a4947
Octal35334720102551072111107
Binary111010111110011110000001010101101100011101010010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE781; }

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

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

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

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

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

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

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

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