Html Css Color HEX #EEE785 Texas

📋 copy color: '#EEE785'

red 238 ◦ green 231 ◦ blue 133

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

Shades of Texas #EEE785

Tints of Texas #EEE785

RGB

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

 GREEN value IS 231 (90.63% from 255) = 38.37%

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

R = 39.53%
G = 38.37%
B = 22.09%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#EEE785 (or 0xEEE785) is known color: Texas. HEX triplet: EE, E7 and 85. RGB value is (238,231,133). Sum of RGB (Red+Green+Blue) = 238+231+133=602 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.53% from 602); Green value is 231 (90.62% from 255 or 38.37% from 602); Blue value is 133 (52.34% from 255 or 22.09% from 602); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE785 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEE785 is #11187A. Grayscale: #DEDEDE. Windows color (decimal): -1120379 or 8775662. OLE color: 8775662.

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

Color convert

RGB 238 231 133 -
CMYK 0 0.03 0.44 0.07
HSL 56º 0.76% 0.73% -
HSV(B) 56º 0.44% 0.93% -
XYZ 68.07 77.02 33.47 -
YUV 221.92 77.82 139.47 -
System Red Green Blue C M Y K H S L
Decimal 238 231 133 0 0.03 0.44 0.07 56 0.76 0.73
Hex EE E7 85 0 3 2C 7 38 4C 49
Octal 356 347 205 0 3 54 7 70 114 111
Binary 11101110 11100111 10000101 0 11 101100 111 111000 1001100 1001001

Color Harmonies of #EEE785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEE785

Black with #EEE785

Text Example


Text Example

White with #EEE785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEE785; }

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

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

background-color css

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

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

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

border-color css

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

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

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