#EBED84

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

Shades of Texas #EBED84

Tints of Texas #EBED84

Color information

#EBED84 (or 0xEBED84) is unknown color: approx Texas. HEX triplet: EB, ED and 84. RGB value is (235,237,132). Sum of RGB (Red+Green+Blue) = 235+237+132=604 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.91% from 604); Green value is 237 (92.97% from 255 or 39.24% from 604); Blue value is 132 (51.95% from 255 or 21.85% from 604); Max value from RGB is 237 - color contains mainly: green. Hex color #EBED84 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBED84 is #14127B. Grayscale: #E0E0E0. Windows color (decimal): -1315452 or 8711659. OLE color: 8711659.

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

Color convert

RGB235237132-
CMYK0.0100.440.07
HSL61.14º74.47%72.35%-
HSV(B)61.14º44.3%92.94%-
XYZ68.7179.933.63-
YUV224.4375.84135.54-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.91%
GREEN value IS 237 (92.97% from 255) = 39.24%
BLUE value IS 132 (51.95% from 255) = 21.85%
R=38.91%
G=39.24%
B=21.85%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2352371320.0100.440.0761.1474.4772.35
HexEBED84102C73d4a48
Octal3533552041054775112110
Binary1110101111101101100001001010110011111110110010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBED84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBED84; }

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

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

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

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

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

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

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

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