Html Css Color HEX #EEE470 Texas

📋 copy color: '#EEE470'

red 238 ◦ green 228 ◦ blue 112

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

Shades of Texas #EEE470

Tints of Texas #EEE470

RGB

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

 GREEN value IS 228 (89.45% from 255) = 39.45%

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

R = 41.18%
G = 39.45%
B = 19.38%

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

#EEE470 (or 0xEEE470) is known color: Texas. HEX triplet: EE, E4 and 70. RGB value is (238,228,112). Sum of RGB (Red+Green+Blue) = 238+228+112=578 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.18% from 578); Green value is 228 (89.45% from 255 or 39.45% from 578); Blue value is 112 (44.14% from 255 or 19.38% from 578); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE470 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEE470 is #111B8F. Grayscale: #DADADA. Windows color (decimal): -1121168 or 7398638. OLE color: 7398638.

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

Color convert

RGB 238 228 112 -
CMYK 0 0.04 0.53 0.07
HSL 55.24º 0.79% 0.69% -
HSV(B) 55.24º 0.53% 0.93% -
XYZ 65.93 74.83 26.3 -
YUV 217.77 68.31 142.43 -
System Red Green Blue C M Y K H S L
Decimal 238 228 112 0 0.04 0.53 0.07 55.24 0.79 0.69
Hex EE E4 70 0 4 35 7 37 4F 45
Octal 356 344 160 0 4 65 7 67 117 105
Binary 11101110 11100100 1110000 0 100 110101 111 110111 1001111 1000101

Color Harmonies of #EEE470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEE470

Black with #EEE470

Text Example


Text Example

White with #EEE470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEE470; }

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

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

background-color css

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

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

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

border-color css

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

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

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