Html Css Color HEX #E69050 Sea Buckthorn

📋 copy color: '#E69050'

red 230 ◦ green 144 ◦ blue 80

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

Shades of Sea Buckthorn #E69050

Tints of Sea Buckthorn #E69050

RGB

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

 GREEN value IS 144 (56.64% from 255) = 31.72%

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

R = 50.66%
G = 31.72%
B = 17.62%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.65

 K value IS 0.10

RGB Variations

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

Color information

#E69050 (or 0xE69050) is known color: Sea Buckthorn. HEX triplet: E6, 90 and 50. RGB value is (230,144,80). Sum of RGB (Red+Green+Blue) = 230+144+80=454 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.66% from 454); Green value is 144 (56.64% from 255 or 31.72% from 454); Blue value is 80 (31.64% from 255 or 17.62% from 454); Max value from RGB is 230 - color contains mainly: red. Hex color #E69050 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E69050 is #196FAF. Grayscale: #A2A2A2. Windows color (decimal): -1666992 or 5279974. OLE color: 5279974.

HSL color Cylindrical-coordinate representation of color #E69050: hue angle of 25.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 #E69050 is Cyan = 0, Magento = 0.37, Yellow = 0.65 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 144 80 -
CMYK 0 0.37 0.65 0.10
HSL 25.6º 0.75% 0.61% -
HSV(B) 25.6º 0.65% 0.9% -
XYZ 44.05 37.35 12.48 -
YUV 162.42 81.49 176.2 -
System Red Green Blue C M Y K H S L
Decimal 230 144 80 0 0.37 0.65 0.10 25.6 0.75 0.61
Hex E6 90 50 0 25 41 A 1A 4B 3D
Octal 346 220 120 0 45 101 12 32 113 75
Binary 11100110 10010000 1010000 0 100101 1000001 1010 11010 1001011 111101

Color Harmonies of #E69050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69050

Black with #E69050

Text Example


Text Example

White with #E69050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69050; }

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

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

background-color css

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

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

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

border-color css

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

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

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