Html Css Color HEX #EEE570 Texas

📋 copy color: '#EEE570'

red 238 ◦ green 229 ◦ blue 112

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

Shades of Texas #EEE570

Tints of Texas #EEE570

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 19.34%

R = 41.11%
G = 39.55%
B = 19.34%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EEE570 (or 0xEEE570) is known color: Texas. HEX triplet: EE, E5 and 70. RGB value is (238,229,112). Sum of RGB (Red+Green+Blue) = 238+229+112=579 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.11% from 579); Green value is 229 (89.84% from 255 or 39.55% from 579); Blue value is 112 (44.14% from 255 or 19.34% from 579); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE570 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEE570 is #111A8F. Grayscale: #DADADA. Windows color (decimal): -1120912 or 7398894. OLE color: 7398894.

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

Color convert

RGB 238 229 112 -
CMYK 0 0.04 0.53 0.07
HSL 55.71º 0.79% 0.69% -
HSV(B) 55.71º 0.53% 0.93% -
XYZ 66.2 75.39 26.39 -
YUV 218.35 67.98 142.01 -
System Red Green Blue C M Y K H S L
Decimal 238 229 112 0 0.04 0.53 0.07 55.71 0.79 0.69
Hex EE E5 70 0 4 35 7 38 4F 45
Octal 356 345 160 0 4 65 7 70 117 105
Binary 11101110 11100101 1110000 0 100 110101 111 111000 1001111 1000101

Color Harmonies of #EEE570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEE570

Black with #EEE570

Text Example


Text Example

White with #EEE570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEE570; }

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

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

background-color css

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

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

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

border-color css

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

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

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