#E69B4D

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

Shades of Sea Buckthorn #E69B4D

Tints of Sea Buckthorn #E69B4D

Color information

#E69B4D (or 0xE69B4D) is unknown color: approx Sea Buckthorn. HEX triplet: E6, 9B and 4D. RGB value is (230,155,77). Sum of RGB (Red+Green+Blue) = 230+155+77=462 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.78% from 462); Green value is 155 (60.94% from 255 or 33.55% from 462); Blue value is 77 (30.47% from 255 or 16.67% from 462); Max value from RGB is 230 - color contains mainly: red. Hex color #E69B4D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E69B4D is #1964B2. Grayscale: #A8A8A8. Windows color (decimal): -1664179 or 5086182. OLE color: 5086182.

HSL color Cylindrical-coordinate representation of color #E69B4D: hue angle of 30.59º 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 #E69B4D is Cyan = 0, Magento = 0.33, Yellow = 0.67 and Black (K on CMYK) = 0.10.

Color convert

RGB23015577-
CMYK00.330.670.10
HSL30.59º75.37%60.2%-
HSV(B)30.59º66.52%90.2%-
XYZ45.6940.812.49-
YUV168.5376.35171.84-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 49.78%
GREEN value IS 155 (60.94% from 255) = 33.55%
BLUE value IS 77 (30.47% from 255) = 16.67%
R=49.78%
G=33.55%
B=16.67%

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
Decimal2301557700.330.670.1030.5975.3760.2
HexE69B4D02143A1f4b3c
Octal346233115041103123711374
Binary11100110100110111001101010000110000111010111111001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69B4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69B4D; }

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

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

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

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

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

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

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

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