#EBED77

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

Shades of Texas #EBED77

Tints of Texas #EBED77

Color information

#EBED77 (or 0xEBED77) is unknown color: approx Texas. HEX triplet: EB, ED and 77. RGB value is (235,237,119). Sum of RGB (Red+Green+Blue) = 235+237+119=591 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.76% from 591); Green value is 237 (92.97% from 255 or 40.10% from 591); Blue value is 119 (46.88% from 255 or 20.14% from 591); Max value from RGB is 237 - color contains mainly: green. Hex color #EBED77 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EBED77 is #141288. Grayscale: #DFDFDF. Windows color (decimal): -1315465 or 7859691. OLE color: 7859691.

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

Color convert

RGB235237119-
CMYK0.0100.500.07
HSL61.02º76.62%69.8%-
HSV(B)61.02º49.79%92.94%-
XYZ67.8779.5629.23-
YUV222.9569.34136.59-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.76%
GREEN value IS 237 (92.97% from 255) = 40.10%
BLUE value IS 119 (46.88% from 255) = 20.14%
R=39.76%
G=40.10%
B=20.14%

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
Decimal2352371190.0100.500.0761.0276.6269.8
HexEBED77103273d4d46
Octal3533551671062775115106
Binary111010111110110111101111011001011111110110011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBED77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBED77; }

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

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

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

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

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

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

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

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