#E5ED7B

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

Shades of Texas #E5ED7B

Tints of Texas #E5ED7B

Color information

#E5ED7B (or 0xE5ED7B) is unknown color: approx Texas. HEX triplet: E5, ED and 7B. RGB value is (229,237,123). Sum of RGB (Red+Green+Blue) = 229+237+123=589 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.88% from 589); Green value is 237 (92.97% from 255 or 40.24% from 589); Blue value is 123 (48.44% from 255 or 20.88% from 589); Max value from RGB is 237 - color contains mainly: green. Hex color #E5ED7B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E5ED7B is #1A1284. Grayscale: #DEDEDE. Windows color (decimal): -1708677 or 8121829. OLE color: 8121829.

HSL color Cylindrical-coordinate representation of color #E5ED7B: hue angle of 64.21º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E5ED7B is Cyan = 0.03, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.07.

Color convert

RGB229237123-
CMYK0.0300.480.07
HSL64.21º76%70.59%-
HSV(B)64.21º48.1%92.94%-
XYZ66.1778.6630.43-
YUV221.6172.35133.27-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 38.88%
GREEN value IS 237 (92.97% from 255) = 40.24%
BLUE value IS 123 (48.44% from 255) = 20.88%
R=38.88%
G=40.24%
B=20.88%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2292371230.0300.480.0764.217670.59
HexE5ED7B30307404c47
Octal34535517330607100114107
Binary11100101111011011111011110110000111100000010011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5ED7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5ED7B; }

 p { color: rgb(229,237,123); }

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

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

 a { background-color: rgb(229,237,123); }

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

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

 span { border-color: rgb(229,237,123); }

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