Html Css Color HEX #EEE985 Texas

📋 copy color: '#EEE985'

red 238 ◦ green 233 ◦ blue 133

#EEE985
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Texas #EEE985

Tints of Texas #EEE985

RGB

 RED value IS 238 (93.36% from 255) = 39.4%

 GREEN value IS 233 (91.41% from 255) = 38.58%

 BLUE value IS 133 (52.34% from 255) = 22.02%

R = 39.4%
G = 38.58%
B = 22.02%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#EEE985 (or 0xEEE985) is known color: Texas. HEX triplet: EE, E9 and 85. RGB value is (238,233,133). Sum of RGB (Red+Green+Blue) = 238+233+133=604 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.40% from 604); Green value is 233 (91.41% from 255 or 38.58% from 604); Blue value is 133 (52.34% from 255 or 22.02% from 604); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE985 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEE985 is #11167A. Grayscale: #DFDFDF. Windows color (decimal): -1119867 or 8776174. OLE color: 8776174.

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

Color convert

RGB 238 233 133 -
CMYK 0 0.02 0.44 0.07
HSL 57.14º 0.76% 0.73% -
HSV(B) 57.14º 0.44% 0.93% -
XYZ 68.63 78.15 33.66 -
YUV 223.1 77.16 138.63 -
System Red Green Blue C M Y K H S L
Decimal 238 233 133 0 0.02 0.44 0.07 57.14 0.76 0.73
Hex EE E9 85 0 2 2C 7 39 4C 49
Octal 356 351 205 0 2 54 7 71 114 111
Binary 11101110 11101001 10000101 0 10 101100 111 111001 1001100 1001001

Color Harmonies of #EEE985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEE985

Black with #EEE985

Text Example


Text Example

White with #EEE985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEE985; }

 p { color: rgb(238,233,133); }

 H1.HeaderClassName
 {
   color: #EEE985;
 }
 .AnyTagClassName
 {
   color: #EEE985;
 }
</style>

background-color css

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

 a { background-color: rgb(238,233,133); }

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

border-color css

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

 span { border-color: rgb(238,233,133); }

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