#EBEB76

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

Shades of Texas #EBEB76

Tints of Texas #EBEB76

Color information

#EBEB76 (or 0xEBEB76) is unknown color: approx Texas. HEX triplet: EB, EB and 76. RGB value is (235,235,118). Sum of RGB (Red+Green+Blue) = 235+235+118=588 (77% of max value = 765). Red value is 235 (92.19% from 255 or 39.97% from 588); Green value is 235 (92.19% from 255 or 39.97% from 588); Blue value is 118 (46.48% from 255 or 20.07% from 588); Max value from RGB is 235 - color contains mainly: red, green. Hex color #EBEB76 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EBEB76 is #141489. Grayscale: #DEDEDE. Windows color (decimal): -1315978 or 7793643. OLE color: 7793643.

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

Color convert

RGB235235118-
CMYK000.500.08
HSL60º74.52%69.22%-
HSV(B)60º49.79%92.16%-
XYZ67.2478.3928.73-
YUV221.6669.5137.51-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.97%
GREEN value IS 235 (92.19% from 255) = 39.97%
BLUE value IS 118 (46.48% from 255) = 20.07%
R=39.97%
G=39.97%
B=20.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235235118000.500.086074.5269.22
HexEBEB76003283c4b45
Octal35335316600621074113105
Binary1110101111101011111011000110010100011110010010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBEB76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBEB76; }

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

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

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

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

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

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

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

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