#EEE481

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

Shades of Texas #EEE481

Tints of Texas #EEE481

Color information

#EEE481 (or 0xEEE481) is unknown color: approx Texas. HEX triplet: EE, E4 and 81. RGB value is (238,228,129). Sum of RGB (Red+Green+Blue) = 238+228+129=595 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40% from 595); Green value is 228 (89.45% from 255 or 38.32% from 595); Blue value is 129 (50.78% from 255 or 21.68% from 595); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE481 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEE481 is #111B7E. Grayscale: #DCDCDC. Windows color (decimal): -1121151 or 8512750. OLE color: 8512750.

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

Color convert

RGB238228129-
CMYK00.040.460.07
HSL54.5º76.22%71.96%-
HSV(B)54.5º45.8%93.33%-
XYZ66.9775.2531.76-
YUV219.776.81141.05-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40%
GREEN value IS 228 (89.45% from 255) = 38.32%
BLUE value IS 129 (50.78% from 255) = 21.68%
R=40%
G=38.32%
B=21.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.46
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23822812900.040.460.0754.576.2271.96
HexEEE481042E7364c48
Octal3563442010456766114110
Binary111011101110010010000001010010111011111011010011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEE481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEE481; }

 p { color: rgb(238,228,129); }

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

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

 a { background-color: rgb(238,228,129); }

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

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

 span { border-color: rgb(238,228,129); }

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