#EBED83

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

Shades of Texas #EBED83

Tints of Texas #EBED83

Color information

#EBED83 (or 0xEBED83) is unknown color: approx Texas. HEX triplet: EB, ED and 83. RGB value is (235,237,131). Sum of RGB (Red+Green+Blue) = 235+237+131=603 (79% of max value = 765). Red value is 235 (92.19% from 255 or 38.97% from 603); Green value is 237 (92.97% from 255 or 39.30% from 603); Blue value is 131 (51.56% from 255 or 21.72% from 603); Max value from RGB is 237 - color contains mainly: green. Hex color #EBED83 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBED83 is #14127C. Grayscale: #E0E0E0. Windows color (decimal): -1315453 or 8646123. OLE color: 8646123.

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

Color convert

RGB235237131-
CMYK0.0100.450.07
HSL61.13º74.65%72.16%-
HSV(B)61.13º44.73%92.94%-
XYZ68.6479.8733.27-
YUV224.3275.34135.62-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.97%
GREEN value IS 237 (92.97% from 255) = 39.30%
BLUE value IS 131 (51.56% from 255) = 21.72%
R=38.97%
G=39.30%
B=21.72%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2352371310.0100.450.0761.1374.6572.16
HexEBED83102D73d4b48
Octal3533552031055775113110
Binary1110101111101101100000111010110111111110110010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBED83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBED83; }

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

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

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

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

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

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

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

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