#EBE479

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

Shades of Texas #EBE479

Tints of Texas #EBE479

Color information

#EBE479 (or 0xEBE479) is unknown color: approx Texas. HEX triplet: EB, E4 and 79. RGB value is (235,228,121). Sum of RGB (Red+Green+Blue) = 235+228+121=584 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.24% from 584); Green value is 228 (89.45% from 255 or 39.04% from 584); Blue value is 121 (47.66% from 255 or 20.72% from 584); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE479 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBE479 is #141B86. Grayscale: #DADADA. Windows color (decimal): -1317767 or 7988459. OLE color: 7988459.

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

Color convert

RGB235228121-
CMYK00.030.490.08
HSL56.32º74.03%69.8%-
HSV(B)56.32º48.51%92.16%-
XYZ65.4674.5329.02-
YUV217.973.32140.2-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.24%
GREEN value IS 228 (89.45% from 255) = 39.04%
BLUE value IS 121 (47.66% from 255) = 20.72%
R=40.24%
G=39.04%
B=20.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.49
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522812100.030.490.0856.3274.0369.8
HexEBE47903318384a46
Octal35334417103611070112106
Binary11101011111001001111001011110001100011100010010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE479; }

 p { color: rgb(235,228,121); }

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

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

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

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

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

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

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