#E3ED83

Color #E3ED83 Texas (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Texas #E3ED83

Tints of Texas #E3ED83

Color information

#E3ED83 (or 0xE3ED83) is unknown color: approx Texas. HEX triplet: E3, ED and 83. RGB value is (227,237,131). Sum of RGB (Red+Green+Blue) = 227+237+131=595 (78% of max value = 765). Red value is 227 (89.06% from 255 or 38.15% from 595); Green value is 237 (92.97% from 255 or 39.83% from 595); Blue value is 131 (51.56% from 255 or 22.02% from 595); Max value from RGB is 237 - color contains mainly: green. Hex color #E3ED83 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E3ED83 is #1C127C. Grayscale: #DEDEDE. Windows color (decimal): -1839741 or 8646115. OLE color: 8646115.

HSL color Cylindrical-coordinate representation of color #E3ED83: hue angle of 65.66º 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 #E3ED83 is Cyan = 0.04, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.07.

Color convert

RGB227237131-
CMYK0.0400.450.07
HSL65.66º74.65%72.16%-
HSV(B)65.66º44.73%92.94%-
XYZ66.0678.5433.15-
YUV221.9376.69131.62-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 38.15%
GREEN value IS 237 (92.97% from 255) = 39.83%
BLUE value IS 131 (51.56% from 255) = 22.02%
R=38.15%
G=39.83%
B=22.02%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2272371310.0400.450.0765.6674.6572.16
HexE3ED83402D7424b48
Octal34335520340557102113110
Binary1110001111101101100000111000101101111100001010010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3ED83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3ED83; }

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

 H1.HeaderClassName
 {
   color: #E3ED83;
 }
 .AnyTagClassName
 {
   color: #E3ED83;
 }
</style>
background-color css

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

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

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

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

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

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