Html Css Color HEX #E6964B Sea Buckthorn

📋 copy color: '#E6964B'

red 230 ◦ green 150 ◦ blue 75

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

Shades of Sea Buckthorn #E6964B

Tints of Sea Buckthorn #E6964B

RGB

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

 GREEN value IS 150 (58.98% from 255) = 32.97%

 BLUE value IS 75 (29.69% from 255) = 16.48%

R = 50.55%
G = 32.97%
B = 16.48%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.67

 K value IS 0.10

RGB Variations

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

Color information

#E6964B (or 0xE6964B) is known color: Sea Buckthorn. HEX triplet: E6, 96 and 4B. RGB value is (230,150,75). Sum of RGB (Red+Green+Blue) = 230+150+75=455 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.55% from 455); Green value is 150 (58.98% from 255 or 32.97% from 455); Blue value is 75 (29.69% from 255 or 16.48% from 455); Max value from RGB is 230 - color contains mainly: red. Hex color #E6964B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E6964B is #1969B4. Grayscale: #A5A5A5. Windows color (decimal): -1665461 or 4953830. OLE color: 4953830.

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

Color convert

RGB 230 150 75 -
CMYK 0 0.35 0.67 0.10
HSL 29.03º 0.76% 0.6% -
HSV(B) 29.03º 0.67% 0.9% -
XYZ 44.81 39.14 11.85 -
YUV 165.37 77 174.1 -
System Red Green Blue C M Y K H S L
Decimal 230 150 75 0 0.35 0.67 0.10 29.03 0.76 0.6
Hex E6 96 4B 0 23 43 A 1D 4C 3C
Octal 346 226 113 0 43 103 12 35 114 74
Binary 11100110 10010110 1001011 0 100011 1000011 1010 11101 1001100 111100

Color Harmonies of #E6964B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6964B

Black with #E6964B

Text Example


Text Example

White with #E6964B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6964B; }

 p { color: rgb(230,150,75); }

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

background-color css

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

 a { background-color: rgb(230,150,75); }

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

border-color css

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

 span { border-color: rgb(230,150,75); }

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