#EBE16F

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

Shades of Texas #EBE16F

Tints of Texas #EBE16F

Color information

#EBE16F (or 0xEBE16F) is unknown color: approx Texas. HEX triplet: EB, E1 and 6F. RGB value is (235,225,111). Sum of RGB (Red+Green+Blue) = 235+225+111=571 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.16% from 571); Green value is 225 (88.28% from 255 or 39.40% from 571); Blue value is 111 (43.75% from 255 or 19.44% from 571); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE16F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBE16F is #141E90. Grayscale: #D7D7D7. Windows color (decimal): -1318545 or 7332331. OLE color: 7332331.

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

Color convert

RGB235225111-
CMYK00.040.530.08
HSL55.16º75.61%67.84%-
HSV(B)55.16º52.77%92.16%-
XYZ64.0672.6625.69-
YUV214.9969.31142.27-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.16%
GREEN value IS 225 (88.28% from 255) = 39.40%
BLUE value IS 111 (43.75% from 255) = 19.44%
R=41.16%
G=39.40%
B=19.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.53
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522511100.040.530.0855.1675.6167.84
HexEBE16F04358374c44
Octal35334115704651067114104
Binary111010111110000111011110100110101100011011110011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE16F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE16F; }

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

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

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

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

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

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

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

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