Html Css Color HEX #EEE378 Texas

📋 copy color: '#EEE378'

red 238 ◦ green 227 ◦ blue 120

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

Shades of Texas #EEE378

Tints of Texas #EEE378

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 20.51%

R = 40.68%
G = 38.8%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#EEE378 (or 0xEEE378) is known color: Texas. HEX triplet: EE, E3 and 78. RGB value is (238,227,120). Sum of RGB (Red+Green+Blue) = 238+227+120=585 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.68% from 585); Green value is 227 (89.06% from 255 or 38.80% from 585); Blue value is 120 (47.27% from 255 or 20.51% from 585); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE378 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEE378 is #111C87. Grayscale: #DADADA. Windows color (decimal): -1121416 or 7922670. OLE color: 7922670.

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

Color convert

RGB 238 227 120 -
CMYK 0 0.05 0.50 0.07
HSL 54.41º 0.78% 0.7% -
HSV(B) 54.41º 0.5% 0.93% -
XYZ 66.12 74.47 28.66 -
YUV 218.09 72.64 142.2 -
System Red Green Blue C M Y K H S L
Decimal 238 227 120 0 0.05 0.50 0.07 54.41 0.78 0.7
Hex EE E3 78 0 5 32 7 36 4E 46
Octal 356 343 170 0 5 62 7 66 116 106
Binary 11101110 11100011 1111000 0 101 110010 111 110110 1001110 1000110

Color Harmonies of #EEE378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEE378

Black with #EEE378

Text Example


Text Example

White with #EEE378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEE378; }

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

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

background-color css

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

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

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

border-color css

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

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

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