Html Css Color HEX #E5DF82 Texas

📋 copy color: '#E5DF82'

red 229 ◦ green 223 ◦ blue 130

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

Shades of Texas #E5DF82

Tints of Texas #E5DF82

RGB

 RED value IS 229 (89.84% from 255) = 39.35%

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

 BLUE value IS 130 (51.17% from 255) = 22.34%

R = 39.35%
G = 38.32%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.43

 K value IS 0.10

RGB Variations

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

Color information

#E5DF82 (or 0xE5DF82) is known color: Texas. HEX triplet: E5, DF and 82. RGB value is (229,223,130). Sum of RGB (Red+Green+Blue) = 229+223+130=582 (77% of max value = 765). Red value is 229 (89.84% from 255 or 39.35% from 582); Green value is 223 (87.5% from 255 or 38.32% from 582); Blue value is 130 (51.17% from 255 or 22.34% from 582); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DF82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5DF82 is #1A207D. Grayscale: #D6D6D6. Windows color (decimal): -1712254 or 8576997. OLE color: 8576997.

HSL color Cylindrical-coordinate representation of color #E5DF82: hue angle of 56.36º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E5DF82 is Cyan = 0, Magento = 0.03, Yellow = 0.43 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 223 130 -
CMYK 0 0.03 0.43 0.10
HSL 56.36º 0.66% 0.7% -
HSV(B) 56.36º 0.43% 0.9% -
XYZ 62.73 71.05 31.53 -
YUV 214.19 80.49 138.56 -
System Red Green Blue C M Y K H S L
Decimal 229 223 130 0 0.03 0.43 0.10 56.36 0.66 0.7
Hex E5 DF 82 0 3 2B A 38 42 46
Octal 345 337 202 0 3 53 12 70 102 106
Binary 11100101 11011111 10000010 0 11 101011 1010 111000 1000010 1000110

Color Harmonies of #E5DF82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5DF82

Black with #E5DF82

Text Example


Text Example

White with #E5DF82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5DF82; }

 p { color: rgb(229,223,130); }

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

background-color css

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

 a { background-color: rgb(229,223,130); }

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

border-color css

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

 span { border-color: rgb(229,223,130); }

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