#EBED76

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

Shades of Texas #EBED76

Tints of Texas #EBED76

Color information

#EBED76 (or 0xEBED76) is unknown color: approx Texas. HEX triplet: EB, ED and 76. RGB value is (235,237,118). Sum of RGB (Red+Green+Blue) = 235+237+118=590 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.83% from 590); Green value is 237 (92.97% from 255 or 40.17% from 590); Blue value is 118 (46.48% from 255 or 20% from 590); Max value from RGB is 237 - color contains mainly: green. Hex color #EBED76 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EBED76 is #141289. Grayscale: #DFDFDF. Windows color (decimal): -1315466 or 7794155. OLE color: 7794155.

HSL color Cylindrical-coordinate representation of color #EBED76: hue angle of 61.01º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EBED76 is Cyan = 0.01, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.07.

Color convert

RGB235237118-
CMYK0.0100.500.07
HSL61.01º76.77%69.61%-
HSV(B)61.01º50.21%92.94%-
XYZ67.8279.5428.92-
YUV222.8468.84136.68-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.83%
GREEN value IS 237 (92.97% from 255) = 40.17%
BLUE value IS 118 (46.48% from 255) = 20%
R=39.83%
G=40.17%
B=20%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2352371180.0100.500.0761.0176.7769.61
HexEBED76103273d4d46
Octal3533551661062775115106
Binary111010111110110111101101011001011111110110011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBED76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBED76; }

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

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

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

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

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

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

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

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