#EEE383

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

Shades of Texas #EEE383

Tints of Texas #EEE383

Color information

#EEE383 (or 0xEEE383) is unknown color: approx Texas. HEX triplet: EE, E3 and 83. RGB value is (238,227,131). Sum of RGB (Red+Green+Blue) = 238+227+131=596 (78% of max value = 765). Red value is 238 (93.36% from 255 or 39.93% from 596); Green value is 227 (89.06% from 255 or 38.09% from 596); Blue value is 131 (51.56% from 255 or 21.98% from 596); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE383 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEE383 is #111C7C. Grayscale: #DBDBDB. Windows color (decimal): -1121405 or 8643566. OLE color: 8643566.

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

Color convert

RGB238227131-
CMYK00.050.450.07
HSL53.83º75.89%72.35%-
HSV(B)53.83º44.96%93.33%-
XYZ66.8374.7532.38-
YUV219.3478.14141.31-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.93%
GREEN value IS 227 (89.06% from 255) = 38.09%
BLUE value IS 131 (51.56% from 255) = 21.98%
R=39.93%
G=38.09%
B=21.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.45
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23822713100.050.450.0753.8375.8972.35
HexEEE383052D7364c48
Octal3563432030555766114110
Binary111011101110001110000011010110110111111011010011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEE383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEE383; }

 p { color: rgb(238,227,131); }

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

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

 a { background-color: rgb(238,227,131); }

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

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

 span { border-color: rgb(238,227,131); }

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