#EBE17B

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

Shades of Texas #EBE17B

Tints of Texas #EBE17B

Color information

#EBE17B (or 0xEBE17B) is unknown color: approx Texas. HEX triplet: EB, E1 and 7B. RGB value is (235,225,123). Sum of RGB (Red+Green+Blue) = 235+225+123=583 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.31% from 583); Green value is 225 (88.28% from 255 or 38.59% from 583); Blue value is 123 (48.44% from 255 or 21.10% from 583); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE17B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBE17B is #141E84. Grayscale: #D8D8D8. Windows color (decimal): -1318533 or 8118763. OLE color: 8118763.

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

Color convert

RGB235225123-
CMYK00.040.480.08
HSL54.64º73.68%70.2%-
HSV(B)54.64º47.66%92.16%-
XYZ64.7672.9429.4-
YUV216.3675.31141.29-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.31%
GREEN value IS 225 (88.28% from 255) = 38.59%
BLUE value IS 123 (48.44% from 255) = 21.10%
R=40.31%
G=38.59%
B=21.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.48
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522512300.040.480.0854.6473.6870.2
HexEBE17B04308374a46
Octal35334117304601067112106
Binary111010111110000111110110100110000100011011110010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE17B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE17B; }

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

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

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

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

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

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

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

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