#EBE584

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

Shades of Texas #EBE584

Tints of Texas #EBE584

Color information

#EBE584 (or 0xEBE584) is unknown color: approx Texas. HEX triplet: EB, E5 and 84. RGB value is (235,229,132). Sum of RGB (Red+Green+Blue) = 235+229+132=596 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.43% from 596); Green value is 229 (89.84% from 255 or 38.42% from 596); Blue value is 132 (51.95% from 255 or 22.15% from 596); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE584 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBE584 is #141A7B. Grayscale: #DCDCDC. Windows color (decimal): -1317500 or 8709611. OLE color: 8709611.

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

Color convert

RGB235229132-
CMYK00.030.440.08
HSL56.5º72.03%71.96%-
HSV(B)56.5º43.83%92.16%-
XYZ66.4575.3732.88-
YUV219.7478.49138.89-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.43%
GREEN value IS 229 (89.84% from 255) = 38.42%
BLUE value IS 132 (51.95% from 255) = 22.15%
R=39.43%
G=38.42%
B=22.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.44
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522913200.030.440.0856.572.0371.96
HexEBE584032C8394848
Octal35334520403541071110110
Binary111010111110010110000100011101100100011100110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE584; }

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

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

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

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

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

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

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

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