#ebeb79

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

Shades of Texas #EBEB79

Tints of Texas #EBEB79

Color information

#EBEB79 (or 0xEBEB79) is unknown color: approx Texas. HEX triplet: EB, EB and 79. RGB value is (235,235,121). Sum of RGB (Red+Green+Blue) = 235+235+121=591 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.76% from 591); Green value is 235 (92.19% from 255 or 39.76% from 591); Blue value is 121 (47.66% from 255 or 20.47% from 591); Max value from RGB is 235 - color contains mainly: red, green. Hex color #EBEB79 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EBEB79 is #141486. Grayscale: #DEDEDE. Windows color (decimal): -1315975 or 7990251. OLE color: 7990251.

HSL color Cylindrical-coordinate representation of color #EBEB79: hue angle of 60º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EBEB79 is Cyan = 0, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.08.

Color convert

RGB235235121-
CMYK000.490.08
HSL60º74.03%69.8%-
HSV(B)60º48.51%92.16%-
XYZ67.4278.4629.68-
YUV22271137.27-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.76%
GREEN value IS 235 (92.19% from 255) = 39.76%
BLUE value IS 121 (47.66% from 255) = 20.47%
R=39.76%
G=39.76%
B=20.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235235121000.490.086074.0369.8
HexEBEB79003183c4a46
Octal35335317100611074112106
Binary1110101111101011111100100110001100011110010010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ebeb79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ebeb79; }

 p { color: rgb(235,235,121); }

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

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

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

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

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

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

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