Html Css Color HEX #E5EA7D Texas

📋 copy color: '#E5EA7D'

red 229 ◦ green 234 ◦ blue 125

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

Shades of Texas #E5EA7D

Tints of Texas #E5EA7D

RGB

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

 GREEN value IS 234 (91.8% from 255) = 39.8%

 BLUE value IS 125 (49.22% from 255) = 21.26%

R = 38.95%
G = 39.8%
B = 21.26%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#E5EA7D (or 0xE5EA7D) is known color: Texas. HEX triplet: E5, EA and 7D. RGB value is (229,234,125). Sum of RGB (Red+Green+Blue) = 229+234+125=588 (77% of max value = 765). Red value is 229 (89.84% from 255 or 38.95% from 588); Green value is 234 (91.80% from 255 or 39.80% from 588); Blue value is 125 (49.22% from 255 or 21.26% from 588); Max value from RGB is 234 - color contains mainly: green. Hex color #E5EA7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E5EA7D is #1A1582. Grayscale: #DCDCDC. Windows color (decimal): -1709443 or 8252133. OLE color: 8252133.

HSL color Cylindrical-coordinate representation of color #E5EA7D: hue angle of 62.75º degrees, saturation: 0.72, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E5EA7D is Cyan = 0.02, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.08.

Color convert

RGB 229 234 125 -
CMYK 0.02 0 0.47 0.08
HSL 62.75º 0.72% 0.7% -
HSV(B) 62.75º 0.47% 0.92% -
XYZ 65.44 76.98 30.81 -
YUV 220.08 74.34 134.36 -
System Red Green Blue C M Y K H S L
Decimal 229 234 125 0.02 0 0.47 0.08 62.75 0.72 0.7
Hex E5 EA 7D 2 0 2F 8 3F 48 46
Octal 345 352 175 2 0 57 10 77 110 106
Binary 11100101 11101010 1111101 10 0 101111 1000 111111 1001000 1000110

Color Harmonies of #E5EA7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5EA7D

Black with #E5EA7D

Text Example


Text Example

White with #E5EA7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5EA7D; }

 p { color: rgb(229,234,125); }

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

background-color css

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

 a { background-color: rgb(229,234,125); }

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

border-color css

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

 span { border-color: rgb(229,234,125); }

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