Html Css Color HEX #E5ED7A Texas

📋 copy color: '#E5ED7A'

red 229 ◦ green 237 ◦ blue 122

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

Shades of Texas #E5ED7A

Tints of Texas #E5ED7A

RGB

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

 GREEN value IS 237 (92.97% from 255) = 40.31%

 BLUE value IS 122 (48.05% from 255) = 20.75%

R = 38.95%
G = 40.31%
B = 20.75%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#E5ED7A (or 0xE5ED7A) is known color: Texas. HEX triplet: E5, ED and 7A. RGB value is (229,237,122). Sum of RGB (Red+Green+Blue) = 229+237+122=588 (77% of max value = 765). Red value is 229 (89.84% from 255 or 38.95% from 588); Green value is 237 (92.97% from 255 or 40.31% from 588); Blue value is 122 (48.05% from 255 or 20.75% from 588); Max value from RGB is 237 - color contains mainly: green. Hex color #E5ED7A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E5ED7A is #1A1285. Grayscale: #DDDDDD. Windows color (decimal): -1708678 or 8056293. OLE color: 8056293.

HSL color Cylindrical-coordinate representation of color #E5ED7A: hue angle of 64.17º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E5ED7A is Cyan = 0.03, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.07.

Color convert

RGB 229 237 122 -
CMYK 0.03 0 0.49 0.07
HSL 64.17º 0.76% 0.7% -
HSV(B) 64.17º 0.49% 0.93% -
XYZ 66.11 78.63 30.11 -
YUV 221.5 71.85 133.35 -
System Red Green Blue C M Y K H S L
Decimal 229 237 122 0.03 0 0.49 0.07 64.17 0.76 0.7
Hex E5 ED 7A 3 0 31 7 40 4C 46
Octal 345 355 172 3 0 61 7 100 114 106
Binary 11100101 11101101 1111010 11 0 110001 111 1000000 1001100 1000110

Color Harmonies of #E5ED7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5ED7A

Black with #E5ED7A

Text Example


Text Example

White with #E5ED7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5ED7A; }

 p { color: rgb(229,237,122); }

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

background-color css

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

 a { background-color: rgb(229,237,122); }

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

border-color css

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

 span { border-color: rgb(229,237,122); }

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