Html Css Color HEX #E1E47D Texas

📋 copy color: '#E1E47D'

red 225 ◦ green 228 ◦ blue 125

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

Shades of Texas #E1E47D

Tints of Texas #E1E47D

RGB

 RED value IS 225 (88.28% from 255) = 38.93%

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

 BLUE value IS 125 (49.22% from 255) = 21.63%

R = 38.93%
G = 39.45%
B = 21.63%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.45

 K value IS 0.11

RGB Variations

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

Color information

#E1E47D (or 0xE1E47D) is known color: Texas. HEX triplet: E1, E4 and 7D. RGB value is (225,228,125). Sum of RGB (Red+Green+Blue) = 225+228+125=578 (76% of max value = 765). Red value is 225 (88.28% from 255 or 38.93% from 578); Green value is 228 (89.45% from 255 or 39.45% from 578); Blue value is 125 (49.22% from 255 or 21.63% from 578); Max value from RGB is 228 - color contains mainly: green. Hex color #E1E47D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1E47D is #1E1B82. Grayscale: #D7D7D7. Windows color (decimal): -1973123 or 8250593. OLE color: 8250593.

HSL color Cylindrical-coordinate representation of color #E1E47D: hue angle of 61.75º degrees, saturation: 0.66, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E1E47D is Cyan = 0.01, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.11.

Color convert

RGB 225 228 125 -
CMYK 0.01 0 0.45 0.11
HSL 61.75º 0.66% 0.69% -
HSV(B) 61.75º 0.45% 0.89% -
XYZ 62.5 72.98 30.19 -
YUV 215.36 77.01 134.88 -
System Red Green Blue C M Y K H S L
Decimal 225 228 125 0.01 0 0.45 0.11 61.75 0.66 0.69
Hex E1 E4 7D 1 0 2D B 3E 42 45
Octal 341 344 175 1 0 55 13 76 102 105
Binary 11100001 11100100 1111101 1 0 101101 1011 111110 1000010 1000101

Color Harmonies of #E1E47D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1E47D

Black with #E1E47D

Text Example


Text Example

White with #E1E47D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1E47D; }

 p { color: rgb(225,228,125); }

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

background-color css

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

 a { background-color: rgb(225,228,125); }

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

border-color css

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

 span { border-color: rgb(225,228,125); }

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