Html Css Color HEX #EEE481 Texas

📋 copy color: '#EEE481'

red 238 ◦ green 228 ◦ blue 129

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

Shades of Texas #EEE481

Tints of Texas #EEE481

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 value IS 0

 M value IS 0.04

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#EEE481 (or 0xEEE481) is known color: 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

RGB 238 228 129 -
CMYK 0 0.04 0.46 0.07
HSL 54.5º 0.76% 0.72% -
HSV(B) 54.5º 0.46% 0.93% -
XYZ 66.97 75.25 31.76 -
YUV 219.7 76.81 141.05 -
System Red Green Blue C M Y K H S L
Decimal 238 228 129 0 0.04 0.46 0.07 54.5 0.76 0.72
Hex EE E4 81 0 4 2E 7 36 4C 48
Octal 356 344 201 0 4 56 7 66 114 110
Binary 11101110 11100100 10000001 0 100 101110 111 110110 1001100 1001000

Color Harmonies of #EEE481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEE481

Black with #EEE481

Text Example


Text Example

White with #EEE481

Text Example


Text Example

HTML Codes & Css Web 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>