Html Css Color HEX #E5E282 Texas

📋 copy color: '#E5E282'

red 229 ◦ green 226 ◦ blue 130

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

Shades of Texas #E5E282

Tints of Texas #E5E282

RGB

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

 GREEN value IS 226 (88.67% from 255) = 38.63%

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

R = 39.15%
G = 38.63%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.43

 K value IS 0.10

RGB Variations

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

Color information

#E5E282 (or 0xE5E282) is known color: Texas. HEX triplet: E5, E2 and 82. RGB value is (229,226,130). Sum of RGB (Red+Green+Blue) = 229+226+130=585 (77% of max value = 765). Red value is 229 (89.84% from 255 or 39.15% from 585); Green value is 226 (88.67% from 255 or 38.63% from 585); Blue value is 130 (51.17% from 255 or 22.22% from 585); Max value from RGB is 229 - color contains mainly: red. Hex color #E5E282 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5E282 is #1A1D7D. Grayscale: #D8D8D8. Windows color (decimal): -1711486 or 8577765. OLE color: 8577765.

HSL color Cylindrical-coordinate representation of color #E5E282: hue angle of 58.18º 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 #E5E282 is Cyan = 0, Magento = 0.01, Yellow = 0.43 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 226 130 -
CMYK 0 0.01 0.43 0.10
HSL 58.18º 0.66% 0.7% -
HSV(B) 58.18º 0.43% 0.9% -
XYZ 63.54 72.66 31.8 -
YUV 215.95 79.49 137.31 -
System Red Green Blue C M Y K H S L
Decimal 229 226 130 0 0.01 0.43 0.10 58.18 0.66 0.7
Hex E5 E2 82 0 1 2B A 3A 42 46
Octal 345 342 202 0 1 53 12 72 102 106
Binary 11100101 11100010 10000010 0 1 101011 1010 111010 1000010 1000110

Color Harmonies of #E5E282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5E282

Black with #E5E282

Text Example


Text Example

White with #E5E282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5E282; }

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

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

background-color css

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

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

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

border-color css

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

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

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