Html Css Color HEX #E69A50 Sea Buckthorn

📋 copy color: '#E69A50'

red 230 ◦ green 154 ◦ blue 80

#E69A50
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sea Buckthorn #E69A50

Tints of Sea Buckthorn #E69A50

RGB

 RED value IS 230 (90.23% from 255) = 49.57%

 GREEN value IS 154 (60.55% from 255) = 33.19%

 BLUE value IS 80 (31.64% from 255) = 17.24%

R = 49.57%
G = 33.19%
B = 17.24%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.65

 K value IS 0.10

RGB Variations

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

Color information

#E69A50 (or 0xE69A50) is known color: Sea Buckthorn. HEX triplet: E6, 9A and 50. RGB value is (230,154,80). Sum of RGB (Red+Green+Blue) = 230+154+80=464 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.57% from 464); Green value is 154 (60.55% from 255 or 33.19% from 464); Blue value is 80 (31.64% from 255 or 17.24% from 464); Max value from RGB is 230 - color contains mainly: red. Hex color #E69A50 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E69A50 is #1965AF. Grayscale: #A8A8A8. Windows color (decimal): -1664432 or 5282534. OLE color: 5282534.

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

Color convert

RGB 230 154 80 -
CMYK 0 0.33 0.65 0.10
HSL 29.6º 0.75% 0.61% -
HSV(B) 29.6º 0.65% 0.9% -
XYZ 45.64 40.51 13 -
YUV 168.29 78.18 172.02 -
System Red Green Blue C M Y K H S L
Decimal 230 154 80 0 0.33 0.65 0.10 29.6 0.75 0.61
Hex E6 9A 50 0 21 41 A 1E 4B 3D
Octal 346 232 120 0 41 101 12 36 113 75
Binary 11100110 10011010 1010000 0 100001 1000001 1010 11110 1001011 111101

Color Harmonies of #E69A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69A50

Black with #E69A50

Text Example


Text Example

White with #E69A50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69A50; }

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

 H1.HeaderClassName
 {
   color: #E69A50;
 }
 .AnyTagClassName
 {
   color: #E69A50;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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