#EBE784

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

Shades of Texas #EBE784

Tints of Texas #EBE784

Color information

#EBE784 (or 0xEBE784) is unknown color: approx Texas. HEX triplet: EB, E7 and 84. RGB value is (235,231,132). Sum of RGB (Red+Green+Blue) = 235+231+132=598 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.30% from 598); Green value is 231 (90.62% from 255 or 38.63% from 598); Blue value is 132 (51.95% from 255 or 22.07% from 598); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE784 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBE784 is #14187B. Grayscale: #DDDDDD. Windows color (decimal): -1316988 or 8710123. OLE color: 8710123.

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

Color convert

RGB235231132-
CMYK00.020.440.08
HSL57.67º72.03%71.96%-
HSV(B)57.67º43.83%92.16%-
XYZ6776.4833.06-
YUV220.9177.83138.05-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.30%
GREEN value IS 231 (90.62% from 255) = 38.63%
BLUE value IS 132 (51.95% from 255) = 22.07%
R=39.30%
G=38.63%
B=22.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.44
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23523113200.020.440.0857.6772.0371.96
HexEBE784022C83a4848
Octal35334720402541072110110
Binary111010111110011110000100010101100100011101010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE784; }

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

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

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

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

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

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

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

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