#E9ED7D

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

Shades of Texas #E9ED7D

Tints of Texas #E9ED7D

Color information

#E9ED7D (or 0xE9ED7D) is unknown color: approx Texas. HEX triplet: E9, ED and 7D. RGB value is (233,237,125). Sum of RGB (Red+Green+Blue) = 233+237+125=595 (78% of max value = 765). Red value is 233 (91.41% from 255 or 39.16% from 595); Green value is 237 (92.97% from 255 or 39.83% from 595); Blue value is 125 (49.22% from 255 or 21.01% from 595); Max value from RGB is 237 - color contains mainly: green. Hex color #E9ED7D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #E9ED7D is #161282. Grayscale: #DFDFDF. Windows color (decimal): -1446531 or 8252905. OLE color: 8252905.

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

Color convert

RGB233237125-
CMYK0.0200.470.07
HSL62.14º75.68%70.98%-
HSV(B)62.14º47.26%92.94%-
XYZ67.5979.3731.16-
YUV223.0472.67135.11-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 39.16%
GREEN value IS 237 (92.97% from 255) = 39.83%
BLUE value IS 125 (49.22% from 255) = 21.01%
R=39.16%
G=39.83%
B=21.01%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2332371250.0200.470.0762.1475.6870.98
HexE9ED7D202F73e4c47
Octal3513551752057776114107
Binary1110100111101101111110110010111111111111010011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9ED7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9ED7D; }

 p { color: rgb(233,237,125); }

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

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

 a { background-color: rgb(233,237,125); }

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

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

 span { border-color: rgb(233,237,125); }

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