Html Css Color HEX #E5ED7B Texas

📋 copy color: '#E5ED7B'

red 229 ◦ green 237 ◦ blue 123

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

Shades of Texas #E5ED7B

Tints of Texas #E5ED7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 20.88%

R = 38.88%
G = 40.24%
B = 20.88%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#E5ED7B (or 0xE5ED7B) is known color: Texas. HEX triplet: E5, ED and 7B. RGB value is (229,237,123). Sum of RGB (Red+Green+Blue) = 229+237+123=589 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.88% from 589); Green value is 237 (92.97% from 255 or 40.24% from 589); Blue value is 123 (48.44% from 255 or 20.88% from 589); Max value from RGB is 237 - color contains mainly: green. Hex color #E5ED7B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E5ED7B is #1A1284. Grayscale: #DEDEDE. Windows color (decimal): -1708677 or 8121829. OLE color: 8121829.

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

Color convert

RGB 229 237 123 -
CMYK 0.03 0 0.48 0.07
HSL 64.21º 0.76% 0.71% -
HSV(B) 64.21º 0.48% 0.93% -
XYZ 66.17 78.66 30.43 -
YUV 221.61 72.35 133.27 -
System Red Green Blue C M Y K H S L
Decimal 229 237 123 0.03 0 0.48 0.07 64.21 0.76 0.71
Hex E5 ED 7B 3 0 30 7 40 4C 47
Octal 345 355 173 3 0 60 7 100 114 107
Binary 11100101 11101101 1111011 11 0 110000 111 1000000 1001100 1000111

Color Harmonies of #E5ED7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5ED7B

Black with #E5ED7B

Text Example


Text Example

White with #E5ED7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5ED7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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