Html Css Color HEX #E6914D Sea Buckthorn

📋 copy color: '#E6914D'

red 230 ◦ green 145 ◦ blue 77

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

Shades of Sea Buckthorn #E6914D

Tints of Sea Buckthorn #E6914D

RGB

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

 GREEN value IS 145 (57.03% from 255) = 32.08%

 BLUE value IS 77 (30.47% from 255) = 17.04%

R = 50.88%
G = 32.08%
B = 17.04%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.67

 K value IS 0.10

RGB Variations

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

Color information

#E6914D (or 0xE6914D) is known color: Sea Buckthorn. HEX triplet: E6, 91 and 4D. RGB value is (230,145,77). Sum of RGB (Red+Green+Blue) = 230+145+77=452 (59% of max value = 765). Red value is 230 (90.23% from 255 or 50.88% from 452); Green value is 145 (57.03% from 255 or 32.08% from 452); Blue value is 77 (30.47% from 255 or 17.04% from 452); Max value from RGB is 230 - color contains mainly: red. Hex color #E6914D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6914D is #196EB2. Grayscale: #A3A3A3. Windows color (decimal): -1666739 or 5083622. OLE color: 5083622.

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

Color convert

RGB 230 145 77 -
CMYK 0 0.37 0.67 0.10
HSL 26.67º 0.75% 0.6% -
HSV(B) 26.67º 0.67% 0.9% -
XYZ 44.1 37.61 11.96 -
YUV 162.66 79.66 176.03 -
System Red Green Blue C M Y K H S L
Decimal 230 145 77 0 0.37 0.67 0.10 26.67 0.75 0.6
Hex E6 91 4D 0 25 43 A 1B 4B 3C
Octal 346 221 115 0 45 103 12 33 113 74
Binary 11100110 10010001 1001101 0 100101 1000011 1010 11011 1001011 111100

Color Harmonies of #E6914D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6914D

Black with #E6914D

Text Example


Text Example

White with #E6914D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6914D; }

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

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

background-color css

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

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

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

border-color css

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

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

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