Html Css Color HEX #E1DF80 Texas

📋 copy color: '#E1DF80'

red 225 ◦ green 223 ◦ blue 128

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

Shades of Texas #E1DF80

Tints of Texas #E1DF80

RGB

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

 GREEN value IS 223 (87.5% from 255) = 38.72%

 BLUE value IS 128 (50.39% from 255) = 22.22%

R = 39.06%
G = 38.72%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.43

 K value IS 0.12

RGB Variations

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

Color information

#E1DF80 (or 0xE1DF80) is known color: Texas. HEX triplet: E1, DF and 80. RGB value is (225,223,128). Sum of RGB (Red+Green+Blue) = 225+223+128=576 (76% of max value = 765). Red value is 225 (88.28% from 255 or 39.06% from 576); Green value is 223 (87.5% from 255 or 38.72% from 576); Blue value is 128 (50.39% from 255 or 22.22% from 576); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DF80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1DF80 is #1E207F. Grayscale: #D5D5D5. Windows color (decimal): -1974400 or 8445921. OLE color: 8445921.

HSL color Cylindrical-coordinate representation of color #E1DF80: hue angle of 58.76º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E1DF80 is Cyan = 0, Magento = 0.01, Yellow = 0.43 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 223 128 -
CMYK 0 0.01 0.43 0.12
HSL 58.76º 0.62% 0.69% -
HSV(B) 58.76º 0.43% 0.88% -
XYZ 61.34 70.34 30.77 -
YUV 212.77 80.16 136.72 -
System Red Green Blue C M Y K H S L
Decimal 225 223 128 0 0.01 0.43 0.12 58.76 0.62 0.69
Hex E1 DF 80 0 1 2B C 3B 3E 45
Octal 341 337 200 0 1 53 14 73 76 105
Binary 11100001 11011111 10000000 0 1 101011 1100 111011 111110 1000101

Color Harmonies of #E1DF80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1DF80

Black with #E1DF80

Text Example


Text Example

White with #E1DF80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1DF80; }

 p { color: rgb(225,223,128); }

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

background-color css

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

 a { background-color: rgb(225,223,128); }

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

border-color css

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

 span { border-color: rgb(225,223,128); }

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