#EBE480

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

Shades of Texas #EBE480

Tints of Texas #EBE480

Color information

#EBE480 (or 0xEBE480) is unknown color: approx Texas. HEX triplet: EB, E4 and 80. RGB value is (235,228,128). Sum of RGB (Red+Green+Blue) = 235+228+128=591 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.76% from 591); Green value is 228 (89.45% from 255 or 38.58% from 591); Blue value is 128 (50.39% from 255 or 21.66% from 591); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE480 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBE480 is #141B7F. Grayscale: #DBDBDB. Windows color (decimal): -1317760 or 8447211. OLE color: 8447211.

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

Color convert

RGB235228128-
CMYK00.030.460.08
HSL56.07º72.79%71.18%-
HSV(B)56.07º45.53%92.16%-
XYZ65.974.7131.37-
YUV218.6976.82139.63-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.76%
GREEN value IS 228 (89.45% from 255) = 38.58%
BLUE value IS 128 (50.39% from 255) = 21.66%
R=39.76%
G=38.58%
B=21.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.46
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522812800.030.460.0856.0772.7971.18
HexEBE480032E8384947
Octal35334420003561070111107
Binary111010111110010010000000011101110100011100010010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE480; }

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

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

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

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

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

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

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

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