Html Css Color HEX #EEE379 Texas

📋 copy color: '#EEE379'

red 238 ◦ green 227 ◦ blue 121

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

Shades of Texas #EEE379

Tints of Texas #EEE379

RGB

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

 GREEN value IS 227 (89.06% from 255) = 38.74%

 BLUE value IS 121 (47.66% from 255) = 20.65%

R = 40.61%
G = 38.74%
B = 20.65%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#EEE379 (or 0xEEE379) is known color: Texas. HEX triplet: EE, E3 and 79. RGB value is (238,227,121). Sum of RGB (Red+Green+Blue) = 238+227+121=586 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.61% from 586); Green value is 227 (89.06% from 255 or 38.74% from 586); Blue value is 121 (47.66% from 255 or 20.65% from 586); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE379 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEE379 is #111C86. Grayscale: #DADADA. Windows color (decimal): -1121415 or 7988206. OLE color: 7988206.

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

Color convert

RGB 238 227 121 -
CMYK 0 0.05 0.49 0.07
HSL 54.36º 0.77% 0.7% -
HSV(B) 54.36º 0.49% 0.93% -
XYZ 66.18 74.5 28.98 -
YUV 218.21 73.14 142.12 -
System Red Green Blue C M Y K H S L
Decimal 238 227 121 0 0.05 0.49 0.07 54.36 0.77 0.7
Hex EE E3 79 0 5 31 7 36 4D 46
Octal 356 343 171 0 5 61 7 66 115 106
Binary 11101110 11100011 1111001 0 101 110001 111 110110 1001101 1000110

Color Harmonies of #EEE379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEE379

Black with #EEE379

Text Example


Text Example

White with #EEE379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEE379; }

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

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

background-color css

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

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

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

border-color css

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

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

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