Html Css Color HEX #E1ED83 Texas

📋 copy color: '#E1ED83'

red 225 ◦ green 237 ◦ blue 131

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

Shades of Texas #E1ED83

Tints of Texas #E1ED83

RGB

 RED value IS 225 (88.28% from 255) = 37.94%

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

 BLUE value IS 131 (51.56% from 255) = 22.09%

R = 37.94%
G = 39.97%
B = 22.09%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#E1ED83 (or 0xE1ED83) is known color: Texas. HEX triplet: E1, ED and 83. RGB value is (225,237,131). Sum of RGB (Red+Green+Blue) = 225+237+131=593 (78% of max value = 765). Red value is 225 (88.28% from 255 or 37.94% from 593); Green value is 237 (92.97% from 255 or 39.97% from 593); Blue value is 131 (51.56% from 255 or 22.09% from 593); Max value from RGB is 237 - color contains mainly: green. Hex color #E1ED83 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E1ED83 is #1E127C. Grayscale: #DDDDDD. Windows color (decimal): -1970813 or 8646113. OLE color: 8646113.

HSL color Cylindrical-coordinate representation of color #E1ED83: hue angle of 66.79º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E1ED83 is Cyan = 0.05, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.07.

Color convert

RGB 225 237 131 -
CMYK 0.05 0 0.45 0.07
HSL 66.79º 0.75% 0.72% -
HSV(B) 66.79º 0.45% 0.93% -
XYZ 65.43 78.21 33.12 -
YUV 221.33 77.02 130.62 -
System Red Green Blue C M Y K H S L
Decimal 225 237 131 0.05 0 0.45 0.07 66.79 0.75 0.72
Hex E1 ED 83 5 0 2D 7 43 4B 48
Octal 341 355 203 5 0 55 7 103 113 110
Binary 11100001 11101101 10000011 101 0 101101 111 1000011 1001011 1001000

Color Harmonies of #E1ED83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1ED83

Black with #E1ED83

Text Example


Text Example

White with #E1ED83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1ED83; }

 p { color: rgb(225,237,131); }

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

background-color css

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

 a { background-color: rgb(225,237,131); }

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

border-color css

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

 span { border-color: rgb(225,237,131); }

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