#EBE379

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

Shades of Texas #EBE379

Tints of Texas #EBE379

Color information

#EBE379 (or 0xEBE379) is unknown color: approx Texas. HEX triplet: EB, E3 and 79. RGB value is (235,227,121). Sum of RGB (Red+Green+Blue) = 235+227+121=583 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.31% from 583); Green value is 227 (89.06% from 255 or 38.94% from 583); Blue value is 121 (47.66% from 255 or 20.75% from 583); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE379 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBE379 is #141C86. Grayscale: #D9D9D9. Windows color (decimal): -1318023 or 7988203. OLE color: 7988203.

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

Color convert

RGB235227121-
CMYK00.030.490.08
HSL55.79º74.03%69.8%-
HSV(B)55.79º48.51%92.16%-
XYZ65.1873.9828.93-
YUV217.3173.65140.62-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.31%
GREEN value IS 227 (89.06% from 255) = 38.94%
BLUE value IS 121 (47.66% from 255) = 20.75%
R=40.31%
G=38.94%
B=20.75%

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
Decimal23522712100.030.490.0855.7974.0369.8
HexEBE37903318384a46
Octal35334317103611070112106
Binary11101011111000111111001011110001100011100010010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE379; }

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

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

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

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

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

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

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

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