#EBE076

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

Shades of Texas #EBE076

Tints of Texas #EBE076

Color information

#EBE076 (or 0xEBE076) is unknown color: approx Texas. HEX triplet: EB, E0 and 76. RGB value is (235,224,118). Sum of RGB (Red+Green+Blue) = 235+224+118=577 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.73% from 577); Green value is 224 (87.89% from 255 or 38.82% from 577); Blue value is 118 (46.48% from 255 or 20.45% from 577); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE076 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBE076 is #141F89. Grayscale: #D7D7D7. Windows color (decimal): -1318794 or 7790827. OLE color: 7790827.

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

Color convert

RGB235224118-
CMYK00.050.500.08
HSL54.36º74.52%69.22%-
HSV(B)54.36º49.79%92.16%-
XYZ64.1972.2827.71-
YUV215.273.14142.12-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.73%
GREEN value IS 224 (87.89% from 255) = 38.82%
BLUE value IS 118 (46.48% from 255) = 20.45%
R=40.73%
G=38.82%
B=20.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.50
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522411800.050.500.0854.3674.5269.22
HexEBE07605328364b45
Octal35334016605621066113105
Binary111010111110000011101100101110010100011011010010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE076; }

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

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

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

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

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

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

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

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