#EBE279

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

Shades of Texas #EBE279

Tints of Texas #EBE279

Color information

#EBE279 (or 0xEBE279) is unknown color: approx Texas. HEX triplet: EB, E2 and 79. RGB value is (235,226,121). Sum of RGB (Red+Green+Blue) = 235+226+121=582 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.38% from 582); Green value is 226 (88.67% from 255 or 38.83% from 582); Blue value is 121 (47.66% from 255 or 20.79% from 582); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE279 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBE279 is #141D86. Grayscale: #D9D9D9. Windows color (decimal): -1318279 or 7987947. OLE color: 7987947.

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

Color convert

RGB235226121-
CMYK00.040.490.08
HSL55.26º74.03%69.8%-
HSV(B)55.26º48.51%92.16%-
XYZ64.9173.4428.84-
YUV216.7273.98141.04-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.38%
GREEN value IS 226 (88.67% from 255) = 38.83%
BLUE value IS 121 (47.66% from 255) = 20.79%
R=40.38%
G=38.83%
B=20.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.49
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522612100.040.490.0855.2674.0369.8
HexEBE27904318374a46
Octal35334217104611067112106
Binary111010111110001011110010100110001100011011110010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE279; }

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

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

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

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

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

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

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

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