#E69552

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

Shades of Sea Buckthorn #E69552

Tints of Sea Buckthorn #E69552

Color information

#E69552 (or 0xE69552) is unknown color: approx Sea Buckthorn. HEX triplet: E6, 95 and 52. RGB value is (230,149,82). Sum of RGB (Red+Green+Blue) = 230+149+82=461 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.89% from 461); Green value is 149 (58.59% from 255 or 32.32% from 461); Blue value is 82 (32.42% from 255 or 17.79% from 461); Max value from RGB is 230 - color contains mainly: red. Hex color #E69552 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E69552 is #196AAD. Grayscale: #A5A5A5. Windows color (decimal): -1665710 or 5412326. OLE color: 5412326.

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

Color convert

RGB23014982-
CMYK00.350.640.10
HSL27.16º74.75%61.18%-
HSV(B)27.16º64.35%90.2%-
XYZ44.938.9313.13-
YUV165.5880.84173.95-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 49.89%
GREEN value IS 149 (58.59% from 255) = 32.32%
BLUE value IS 82 (32.42% from 255) = 17.79%
R=49.89%
G=32.32%
B=17.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.64
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2301498200.350.640.1027.1674.7561.18
HexE6955202340A1b4b3d
Octal346225122043100123311375
Binary11100110100101011010010010001110000001010110111001011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69552; }

 p { color: rgb(230,149,82); }

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

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

 a { background-color: rgb(230,149,82); }

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

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

 span { border-color: rgb(230,149,82); }

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