Html Css Color HEX #EEE380 Texas

📋 copy color: '#EEE380'

red 238 ◦ green 227 ◦ blue 128

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

Shades of Texas #EEE380

Tints of Texas #EEE380

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 21.59%

R = 40.13%
G = 38.28%
B = 21.59%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#EEE380 (or 0xEEE380) is known color: Texas. HEX triplet: EE, E3 and 80. RGB value is (238,227,128). Sum of RGB (Red+Green+Blue) = 238+227+128=593 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.13% from 593); Green value is 227 (89.06% from 255 or 38.28% from 593); Blue value is 128 (50.39% from 255 or 21.59% from 593); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE380 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEE380 is #111C7F. Grayscale: #DBDBDB. Windows color (decimal): -1121408 or 8446958. OLE color: 8446958.

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

Color convert

RGB 238 227 128 -
CMYK 0 0.05 0.46 0.07
HSL 54º 0.76% 0.72% -
HSV(B) 54º 0.46% 0.93% -
XYZ 66.63 74.67 31.32 -
YUV 219 76.64 141.55 -
System Red Green Blue C M Y K H S L
Decimal 238 227 128 0 0.05 0.46 0.07 54 0.76 0.72
Hex EE E3 80 0 5 2E 7 36 4C 48
Octal 356 343 200 0 5 56 7 66 114 110
Binary 11101110 11100011 10000000 0 101 101110 111 110110 1001100 1001000

Color Harmonies of #EEE380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEE380

Black with #EEE380

Text Example


Text Example

White with #EEE380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEE380; }

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

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

background-color css

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

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

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

border-color css

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

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

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