#EBE684

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

Shades of Texas #EBE684

Tints of Texas #EBE684

Color information

#EBE684 (or 0xEBE684) is unknown color: approx Texas. HEX triplet: EB, E6 and 84. RGB value is (235,230,132). Sum of RGB (Red+Green+Blue) = 235+230+132=597 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.36% from 597); Green value is 230 (90.23% from 255 or 38.53% from 597); Blue value is 132 (51.95% from 255 or 22.11% from 597); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE684 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBE684 is #14197B. Grayscale: #DCDCDC. Windows color (decimal): -1317244 or 8709867. OLE color: 8709867.

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

Color convert

RGB235230132-
CMYK00.020.440.08
HSL57.09º72.03%71.96%-
HSV(B)57.09º43.83%92.16%-
XYZ66.7275.9232.97-
YUV220.3278.16138.47-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.36%
GREEN value IS 230 (90.23% from 255) = 38.53%
BLUE value IS 132 (51.95% from 255) = 22.11%
R=39.36%
G=38.53%
B=22.11%

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
Decimal23523013200.020.440.0857.0972.0371.96
HexEBE684022C8394848
Octal35334620402541071110110
Binary111010111110011010000100010101100100011100110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE684; }

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

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

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

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

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

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

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

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