Html Css Color HEX #E5E275 Texas

📋 copy color: '#E5E275'

red 229 ◦ green 226 ◦ blue 117

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

Shades of Texas #E5E275

Tints of Texas #E5E275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 20.45%

R = 40.03%
G = 39.51%
B = 20.45%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.49

 K value IS 0.10

RGB Variations

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

Color information

#E5E275 (or 0xE5E275) is known color: Texas. HEX triplet: E5, E2 and 75. RGB value is (229,226,117). Sum of RGB (Red+Green+Blue) = 229+226+117=572 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.03% from 572); Green value is 226 (88.67% from 255 or 39.51% from 572); Blue value is 117 (46.09% from 255 or 20.45% from 572); Max value from RGB is 229 - color contains mainly: red. Hex color #E5E275 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5E275 is #1A1D8A. Grayscale: #D6D6D6. Windows color (decimal): -1711499 or 7725797. OLE color: 7725797.

HSL color Cylindrical-coordinate representation of color #E5E275: hue angle of 58.39º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E5E275 is Cyan = 0, Magento = 0.01, Yellow = 0.49 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 226 117 -
CMYK 0 0.01 0.49 0.10
HSL 58.39º 0.68% 0.68% -
HSV(B) 58.39º 0.49% 0.9% -
XYZ 62.72 72.34 27.49 -
YUV 214.47 72.99 138.36 -
System Red Green Blue C M Y K H S L
Decimal 229 226 117 0 0.01 0.49 0.10 58.39 0.68 0.68
Hex E5 E2 75 0 1 31 A 3A 44 44
Octal 345 342 165 0 1 61 12 72 104 104
Binary 11100101 11100010 1110101 0 1 110001 1010 111010 1000100 1000100

Color Harmonies of #E5E275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5E275

Black with #E5E275

Text Example


Text Example

White with #E5E275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5E275; }

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

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

background-color css

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

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

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

border-color css

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

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

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