Html Css Color HEX #E5E278 Texas

📋 copy color: '#E5E278'

red 229 ◦ green 226 ◦ blue 120

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

Shades of Texas #E5E278

Tints of Texas #E5E278

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 20.87%

R = 39.83%
G = 39.3%
B = 20.87%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.48

 K value IS 0.10

RGB Variations

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

Color information

#E5E278 (or 0xE5E278) is known color: Texas. HEX triplet: E5, E2 and 78. RGB value is (229,226,120). Sum of RGB (Red+Green+Blue) = 229+226+120=575 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.83% from 575); Green value is 226 (88.67% from 255 or 39.30% from 575); Blue value is 120 (47.27% from 255 or 20.87% from 575); Max value from RGB is 229 - color contains mainly: red. Hex color #E5E278 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5E278 is #1A1D87. Grayscale: #D7D7D7. Windows color (decimal): -1711496 or 7922405. OLE color: 7922405.

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

Color convert

RGB 229 226 120 -
CMYK 0 0.01 0.48 0.10
HSL 58.35º 0.68% 0.68% -
HSV(B) 58.35º 0.48% 0.9% -
XYZ 62.9 72.41 28.43 -
YUV 214.81 74.49 138.12 -
System Red Green Blue C M Y K H S L
Decimal 229 226 120 0 0.01 0.48 0.10 58.35 0.68 0.68
Hex E5 E2 78 0 1 30 A 3A 44 44
Octal 345 342 170 0 1 60 12 72 104 104
Binary 11100101 11100010 1111000 0 1 110000 1010 111010 1000100 1000100

Color Harmonies of #E5E278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5E278

Black with #E5E278

Text Example


Text Example

White with #E5E278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5E278; }

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

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

background-color css

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

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

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

border-color css

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

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

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