#EBA24F

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

Shades of Sea Buckthorn #EBA24F

Tints of Sea Buckthorn #EBA24F

Color information

#EBA24F (or 0xEBA24F) is unknown color: approx Sea Buckthorn. HEX triplet: EB, A2 and 4F. RGB value is (235,162,79). Sum of RGB (Red+Green+Blue) = 235+162+79=476 (63% of max value = 765). Red value is 235 (92.19% from 255 or 49.37% from 476); Green value is 162 (63.67% from 255 or 34.03% from 476); Blue value is 79 (31.25% from 255 or 16.60% from 476); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA24F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA24F is #145DB0. Grayscale: #AEAEAE. Windows color (decimal): -1334705 or 5219051. OLE color: 5219051.

HSL color Cylindrical-coordinate representation of color #EBA24F: hue angle of 31.92º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EBA24F is Cyan = 0, Magento = 0.31, Yellow = 0.66 and Black (K on CMYK) = 0.08.

Color convert

RGB23516279-
CMYK00.310.660.08
HSL31.92º79.59%61.57%-
HSV(B)31.92º66.38%92.16%-
XYZ48.5944.0713.34-
YUV174.3674.18171.25-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 49.37%
GREEN value IS 162 (63.67% from 255) = 34.03%
BLUE value IS 79 (31.25% from 255) = 16.60%
R=49.37%
G=34.03%
B=16.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.66
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351627900.310.660.0831.9279.5961.57
HexEBA24F01F42820503e
Octal353242117037102104012076
Binary11101011101000101001111011111100001010001000001010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA24F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA24F; }

 p { color: rgb(235,162,79); }

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

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

 a { background-color: rgb(235,162,79); }

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

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

 span { border-color: rgb(235,162,79); }

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