#EEE680

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

Shades of Texas #EEE680

Tints of Texas #EEE680

Color information

#EEE680 (or 0xEEE680) is unknown color: approx Texas. HEX triplet: EE, E6 and 80. RGB value is (238,230,128). Sum of RGB (Red+Green+Blue) = 238+230+128=596 (78% of max value = 765). Red value is 238 (93.36% from 255 or 39.93% from 596); Green value is 230 (90.23% from 255 or 38.59% from 596); Blue value is 128 (50.39% from 255 or 21.48% from 596); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE680 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEE680 is #11197F. Grayscale: #DDDDDD. Windows color (decimal): -1120640 or 8447726. OLE color: 8447726.

HSL color Cylindrical-coordinate representation of color #EEE680: hue angle of 55.64º 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 #EEE680 is Cyan = 0, Magento = 0.03, Yellow = 0.46 and Black (K on CMYK) = 0.07.

Color convert

RGB238230128-
CMYK00.030.460.07
HSL55.64º76.39%71.76%-
HSV(B)55.64º46.22%93.33%-
XYZ67.4576.3331.6-
YUV220.7675.65140.29-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.93%
GREEN value IS 230 (90.23% from 255) = 38.59%
BLUE value IS 128 (50.39% from 255) = 21.48%
R=39.93%
G=38.59%
B=21.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.46
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23823012800.030.460.0755.6476.3971.76
HexEEE680032E7384c48
Octal3563462000356770114110
Binary11101110111001101000000001110111011111100010011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEE680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEE680; }

 p { color: rgb(238,230,128); }

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

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

 a { background-color: rgb(238,230,128); }

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

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

 span { border-color: rgb(238,230,128); }

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