#EBE984

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

Shades of Texas #EBE984

Tints of Texas #EBE984

Color information

#EBE984 (or 0xEBE984) is unknown color: approx Texas. HEX triplet: EB, E9 and 84. RGB value is (235,233,132). Sum of RGB (Red+Green+Blue) = 235+233+132=600 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.17% from 600); Green value is 233 (91.41% from 255 or 38.83% from 600); Blue value is 132 (51.95% from 255 or 22% from 600); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE984 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBE984 is #14167B. Grayscale: #DEDEDE. Windows color (decimal): -1316476 or 8710635. OLE color: 8710635.

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

Color convert

RGB235233132-
CMYK00.010.440.08
HSL58.83º72.03%71.96%-
HSV(B)58.83º43.83%92.16%-
XYZ67.5677.6133.25-
YUV222.0877.16137.21-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.17%
GREEN value IS 233 (91.41% from 255) = 38.83%
BLUE value IS 132 (51.95% from 255) = 22%
R=39.17%
G=38.83%
B=22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.44
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23523313200.010.440.0858.8372.0371.96
HexEBE984012C83b4848
Octal35335120401541073110110
Binary11101011111010011000010001101100100011101110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE984; }

 p { color: rgb(235,233,132); }

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

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

 a { background-color: rgb(235,233,132); }

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

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

 span { border-color: rgb(235,233,132); }

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