#EBE474

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

Shades of Texas #EBE474

Tints of Texas #EBE474

Color information

#EBE474 (or 0xEBE474) is unknown color: approx Texas. HEX triplet: EB, E4 and 74. RGB value is (235,228,116). Sum of RGB (Red+Green+Blue) = 235+228+116=579 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.59% from 579); Green value is 228 (89.45% from 255 or 39.38% from 579); Blue value is 116 (45.70% from 255 or 20.03% from 579); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE474 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBE474 is #141B8B. Grayscale: #D9D9D9. Windows color (decimal): -1317772 or 7660779. OLE color: 7660779.

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

Color convert

RGB235228116-
CMYK00.030.510.08
HSL56.47º74.84%68.82%-
HSV(B)56.47º50.64%92.16%-
XYZ65.1674.4127.45-
YUV217.3270.82140.61-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.59%
GREEN value IS 228 (89.45% from 255) = 39.38%
BLUE value IS 116 (45.70% from 255) = 20.03%
R=40.59%
G=39.38%
B=20.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.51
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522811600.030.510.0856.4774.8468.82
HexEBE47403338384b45
Octal35334416403631070113105
Binary11101011111001001110100011110011100011100010010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE474; }

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

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

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

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

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

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

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

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