Html Css Color HEX #E2E57C Texas

📋 copy color: '#E2E57C'

red 226 ◦ green 229 ◦ blue 124

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

Shades of Texas #E2E57C

Tints of Texas #E2E57C

RGB

 RED value IS 226 (88.67% from 255) = 39.03%

 GREEN value IS 229 (89.84% from 255) = 39.55%

 BLUE value IS 124 (48.83% from 255) = 21.42%

R = 39.03%
G = 39.55%
B = 21.42%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.46

 K value IS 0.10

RGB Variations

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

Color information

#E2E57C (or 0xE2E57C) is known color: Texas. HEX triplet: E2, E5 and 7C. RGB value is (226,229,124). Sum of RGB (Red+Green+Blue) = 226+229+124=579 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.03% from 579); Green value is 229 (89.84% from 255 or 39.55% from 579); Blue value is 124 (48.83% from 255 or 21.42% from 579); Max value from RGB is 229 - color contains mainly: green. Hex color #E2E57C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2E57C is #1D1A83. Grayscale: #D8D8D8. Windows color (decimal): -1907332 or 8185314. OLE color: 8185314.

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

Color convert

RGB 226 229 124 -
CMYK 0.01 0 0.46 0.10
HSL 61.71º 0.67% 0.69% -
HSV(B) 61.71º 0.46% 0.9% -
XYZ 63.02 73.66 29.97 -
YUV 216.13 76.01 135.04 -
System Red Green Blue C M Y K H S L
Decimal 226 229 124 0.01 0 0.46 0.10 61.71 0.67 0.69
Hex E2 E5 7C 1 0 2E A 3E 43 45
Octal 342 345 174 1 0 56 12 76 103 105
Binary 11100010 11100101 1111100 1 0 101110 1010 111110 1000011 1000101

Color Harmonies of #E2E57C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2E57C

Black with #E2E57C

Text Example


Text Example

White with #E2E57C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2E57C; }

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

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

background-color css

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

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

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

border-color css

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

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

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