Html Css Color HEX #EEE575 Texas

📋 copy color: '#EEE575'

red 238 ◦ green 229 ◦ blue 117

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

Shades of Texas #EEE575

Tints of Texas #EEE575

RGB

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

 GREEN value IS 229 (89.84% from 255) = 39.21%

 BLUE value IS 117 (46.09% from 255) = 20.03%

R = 40.75%
G = 39.21%
B = 20.03%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#EEE575 (or 0xEEE575) is known color: Texas. HEX triplet: EE, E5 and 75. RGB value is (238,229,117). Sum of RGB (Red+Green+Blue) = 238+229+117=584 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.75% from 584); Green value is 229 (89.84% from 255 or 39.21% from 584); Blue value is 117 (46.09% from 255 or 20.03% from 584); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE575 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEE575 is #111A8A. Grayscale: #DBDBDB. Windows color (decimal): -1120907 or 7726574. OLE color: 7726574.

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

Color convert

RGB 238 229 117 -
CMYK 0 0.04 0.51 0.07
HSL 55.54º 0.78% 0.7% -
HSV(B) 55.54º 0.51% 0.93% -
XYZ 66.49 75.5 27.9 -
YUV 218.92 70.48 141.61 -
System Red Green Blue C M Y K H S L
Decimal 238 229 117 0 0.04 0.51 0.07 55.54 0.78 0.7
Hex EE E5 75 0 4 33 7 38 4E 46
Octal 356 345 165 0 4 63 7 70 116 106
Binary 11101110 11100101 1110101 0 100 110011 111 111000 1001110 1000110

Color Harmonies of #EEE575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEE575

Black with #EEE575

Text Example


Text Example

White with #EEE575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEE575; }

 p { color: rgb(238,229,117); }

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

background-color css

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

 a { background-color: rgb(238,229,117); }

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

border-color css

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

 span { border-color: rgb(238,229,117); }

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