#E5EB7D

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

Shades of Texas #E5EB7D

Tints of Texas #E5EB7D

Color information

#E5EB7D (or 0xE5EB7D) is unknown color: approx Texas. HEX triplet: E5, EB and 7D. RGB value is (229,235,125). Sum of RGB (Red+Green+Blue) = 229+235+125=589 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.88% from 589); Green value is 235 (92.19% from 255 or 39.90% from 589); Blue value is 125 (49.22% from 255 or 21.22% from 589); Max value from RGB is 235 - color contains mainly: green. Hex color #E5EB7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E5EB7D is #1A1482. Grayscale: #DDDDDD. Windows color (decimal): -1709187 or 8252389. OLE color: 8252389.

HSL color Cylindrical-coordinate representation of color #E5EB7D: hue angle of 63.27º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E5EB7D is Cyan = 0.03, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.08.

Color convert

RGB229235125-
CMYK0.0300.470.08
HSL63.27º73.33%70.59%-
HSV(B)63.27º46.81%92.16%-
XYZ65.7277.5630.91-
YUV220.6774.01133.94-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 38.88%
GREEN value IS 235 (92.19% from 255) = 39.90%
BLUE value IS 125 (49.22% from 255) = 21.22%
R=38.88%
G=39.90%
B=21.22%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2292351250.0300.470.0863.2773.3370.59
HexE5EB7D302F83f4947
Octal34535317530571077111107
Binary11100101111010111111101110101111100011111110010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5EB7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5EB7D; }

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

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

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

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

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

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

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

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