#E69A4D

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

Shades of Sea Buckthorn #E69A4D

Tints of Sea Buckthorn #E69A4D

Color information

#E69A4D (or 0xE69A4D) is unknown color: approx Sea Buckthorn. HEX triplet: E6, 9A and 4D. RGB value is (230,154,77). Sum of RGB (Red+Green+Blue) = 230+154+77=461 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.89% from 461); Green value is 154 (60.55% from 255 or 33.41% from 461); Blue value is 77 (30.47% from 255 or 16.70% from 461); Max value from RGB is 230 - color contains mainly: red. Hex color #E69A4D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E69A4D is #1965B2. Grayscale: #A8A8A8. Windows color (decimal): -1664435 or 5085926. OLE color: 5085926.

HSL color Cylindrical-coordinate representation of color #E69A4D: hue angle of 30.2º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E69A4D is Cyan = 0, Magento = 0.33, Yellow = 0.67 and Black (K on CMYK) = 0.10.

Color convert

RGB23015477-
CMYK00.330.670.10
HSL30.2º75.37%60.2%-
HSV(B)30.2º66.52%90.2%-
XYZ45.5340.4712.43-
YUV167.9576.68172.26-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 49.89%
GREEN value IS 154 (60.55% from 255) = 33.41%
BLUE value IS 77 (30.47% from 255) = 16.70%
R=49.89%
G=33.41%
B=16.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.67
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2301547700.330.670.1030.275.3760.2
HexE69A4D02143A1e4b3c
Octal346232115041103123611374
Binary11100110100110101001101010000110000111010111101001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69A4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69A4D; }

 p { color: rgb(230,154,77); }

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

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

 a { background-color: rgb(230,154,77); }

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

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

 span { border-color: rgb(230,154,77); }

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