#EBE47C

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

Shades of Texas #EBE47C

Tints of Texas #EBE47C

Color information

#EBE47C (or 0xEBE47C) is unknown color: approx Texas. HEX triplet: EB, E4 and 7C. RGB value is (235,228,124). Sum of RGB (Red+Green+Blue) = 235+228+124=587 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.03% from 587); Green value is 228 (89.45% from 255 or 38.84% from 587); Blue value is 124 (48.83% from 255 or 21.12% from 587); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE47C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBE47C is #141B83. Grayscale: #DADADA. Windows color (decimal): -1317764 or 8185067. OLE color: 8185067.

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

Color convert

RGB235228124-
CMYK00.030.470.08
HSL56.22º73.51%70.39%-
HSV(B)56.22º47.23%92.16%-
XYZ65.6474.630.01-
YUV218.2474.82139.96-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.03%
GREEN value IS 228 (89.45% from 255) = 38.84%
BLUE value IS 124 (48.83% from 255) = 21.12%
R=40.03%
G=38.84%
B=21.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.47
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522812400.030.470.0856.2273.5170.39
HexEBE47C032F8384a46
Octal35334417403571070112106
Binary11101011111001001111100011101111100011100010010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE47C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE47C; }

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

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

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

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

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

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

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

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