#EBEA83

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

Shades of Texas #EBEA83

Tints of Texas #EBEA83

Color information

#EBEA83 (or 0xEBEA83) is unknown color: approx Texas. HEX triplet: EB, EA and 83. RGB value is (235,234,131). Sum of RGB (Red+Green+Blue) = 235+234+131=600 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.17% from 600); Green value is 234 (91.80% from 255 or 39% from 600); Blue value is 131 (51.56% from 255 or 21.83% from 600); Max value from RGB is 235 - color contains mainly: red. Hex color #EBEA83 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBEA83 is #14157C. Grayscale: #DEDEDE. Windows color (decimal): -1316221 or 8645355. OLE color: 8645355.

HSL color Cylindrical-coordinate representation of color #EBEA83: hue angle of 59.42º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EBEA83 is Cyan = 0, Magento = 0.00, Yellow = 0.44 and Black (K on CMYK) = 0.08.

Color convert

RGB235234131-
CMYK00.000.440.08
HSL59.42º72.22%71.76%-
HSV(B)59.42º44.26%92.16%-
XYZ67.7878.1532.98-
YUV222.5676.33136.88-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.17%
GREEN value IS 234 (91.80% from 255) = 39%
BLUE value IS 131 (51.56% from 255) = 21.83%
R=39.17%
G=39%
B=21.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.44
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23523413100.000.440.0859.4272.2271.76
HexEBEA83002C83b4848
Octal35335220300541073110110
Binary11101011111010101000001100101100100011101110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBEA83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBEA83; }

 p { color: rgb(235,234,131); }

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

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

 a { background-color: rgb(235,234,131); }

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

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

 span { border-color: rgb(235,234,131); }

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