Html Css Color HEX #E8DF80 Texas

📋 copy color: '#E8DF80'

red 232 ◦ green 223 ◦ blue 128

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

Shades of Texas #E8DF80

Tints of Texas #E8DF80

RGB

 RED value IS 232 (91.02% from 255) = 39.79%

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

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

R = 39.79%
G = 38.25%
B = 21.96%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.45

 K value IS 0.09

RGB Variations

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

Color information

#E8DF80 (or 0xE8DF80) is known color: Texas. HEX triplet: E8, DF and 80. RGB value is (232,223,128). Sum of RGB (Red+Green+Blue) = 232+223+128=583 (77% of max value = 765). Red value is 232 (91.02% from 255 or 39.79% from 583); Green value is 223 (87.5% from 255 or 38.25% from 583); Blue value is 128 (50.39% from 255 or 21.96% from 583); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DF80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8DF80 is #17207F. Grayscale: #D7D7D7. Windows color (decimal): -1515648 or 8445928. OLE color: 8445928.

HSL color Cylindrical-coordinate representation of color #E8DF80: hue angle of 54.81º degrees, saturation: 0.69, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E8DF80 is Cyan = 0, Magento = 0.04, Yellow = 0.45 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 223 128 -
CMYK 0 0.04 0.45 0.09
HSL 54.81º 0.69% 0.71% -
HSV(B) 54.81º 0.45% 0.91% -
XYZ 63.56 71.49 30.87 -
YUV 214.86 78.98 140.22 -
System Red Green Blue C M Y K H S L
Decimal 232 223 128 0 0.04 0.45 0.09 54.81 0.69 0.71
Hex E8 DF 80 0 4 2D 9 37 45 47
Octal 350 337 200 0 4 55 11 67 105 107
Binary 11101000 11011111 10000000 0 100 101101 1001 110111 1000101 1000111

Color Harmonies of #E8DF80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8DF80

Black with #E8DF80

Text Example


Text Example

White with #E8DF80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8DF80; }

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

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

background-color css

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

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

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

border-color css

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

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

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