#EBE170

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

Shades of Texas #EBE170

Tints of Texas #EBE170

Color information

#EBE170 (or 0xEBE170) is unknown color: approx Texas. HEX triplet: EB, E1 and 70. RGB value is (235,225,112). Sum of RGB (Red+Green+Blue) = 235+225+112=572 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.08% from 572); Green value is 225 (88.28% from 255 or 39.34% from 572); Blue value is 112 (44.14% from 255 or 19.58% from 572); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE170 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBE170 is #141E8F. Grayscale: #D7D7D7. Windows color (decimal): -1318544 or 7397867. OLE color: 7397867.

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

Color convert

RGB235225112-
CMYK00.040.520.08
HSL55.12º75.46%68.04%-
HSV(B)55.12º52.34%92.16%-
XYZ64.1172.6825.98-
YUV215.1169.81142.19-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.08%
GREEN value IS 225 (88.28% from 255) = 39.34%
BLUE value IS 112 (44.14% from 255) = 19.58%
R=41.08%
G=39.34%
B=19.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.52
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522511200.040.520.0855.1275.4668.04
HexEBE17004348374b44
Octal35334116004641067113104
Binary111010111110000111100000100110100100011011110010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE170; }

 p { color: rgb(235,225,112); }

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

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

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

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

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

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

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