Html Css Color HEX #E2DF80 Texas

📋 copy color: '#E2DF80'

red 226 ◦ green 223 ◦ blue 128

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

Shades of Texas #E2DF80

Tints of Texas #E2DF80

RGB

 RED value IS 226 (88.67% from 255) = 39.17%

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

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

R = 39.17%
G = 38.65%
B = 22.18%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.43

 K value IS 0.11

RGB Variations

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

Color information

#E2DF80 (or 0xE2DF80) is known color: Texas. HEX triplet: E2, DF and 80. RGB value is (226,223,128). Sum of RGB (Red+Green+Blue) = 226+223+128=577 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.17% from 577); Green value is 223 (87.5% from 255 or 38.65% from 577); Blue value is 128 (50.39% from 255 or 22.18% from 577); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DF80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2DF80 is #1D207F. Grayscale: #D5D5D5. Windows color (decimal): -1908864 or 8445922. OLE color: 8445922.

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

Color convert

RGB 226 223 128 -
CMYK 0 0.01 0.43 0.11
HSL 58.16º 0.63% 0.69% -
HSV(B) 58.16º 0.43% 0.89% -
XYZ 61.65 70.5 30.78 -
YUV 213.07 79.99 137.22 -
System Red Green Blue C M Y K H S L
Decimal 226 223 128 0 0.01 0.43 0.11 58.16 0.63 0.69
Hex E2 DF 80 0 1 2B B 3A 3F 45
Octal 342 337 200 0 1 53 13 72 77 105
Binary 11100010 11011111 10000000 0 1 101011 1011 111010 111111 1000101

Color Harmonies of #E2DF80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2DF80

Black with #E2DF80

Text Example


Text Example

White with #E2DF80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2DF80; }

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

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

background-color css

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

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

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

border-color css

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

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

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