#EBE481

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

Shades of Texas #EBE481

Tints of Texas #EBE481

Color information

#EBE481 (or 0xEBE481) is unknown color: approx Texas. HEX triplet: EB, E4 and 81. RGB value is (235,228,129). Sum of RGB (Red+Green+Blue) = 235+228+129=592 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.70% from 592); Green value is 228 (89.45% from 255 or 38.51% from 592); Blue value is 129 (50.78% from 255 or 21.79% from 592); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE481 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBE481 is #141B7E. Grayscale: #DBDBDB. Windows color (decimal): -1317759 or 8512747. OLE color: 8512747.

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

Color convert

RGB235228129-
CMYK00.030.450.08
HSL56.04º72.6%71.37%-
HSV(B)56.04º45.11%92.16%-
XYZ65.9774.7331.72-
YUV218.8177.32139.55-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.70%
GREEN value IS 228 (89.45% from 255) = 38.51%
BLUE value IS 129 (50.78% from 255) = 21.79%
R=39.70%
G=38.51%
B=21.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.45
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522812900.030.450.0856.0472.671.37
HexEBE481032D8384947
Octal35334420103551070111107
Binary111010111110010010000001011101101100011100010010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE481; }

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

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

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

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

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

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

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

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