Html Css Color HEX #EB964C Sea Buckthorn

📋 copy color: '#EB964C'

red 235 ◦ green 150 ◦ blue 76

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

Shades of Sea Buckthorn #EB964C

Tints of Sea Buckthorn #EB964C

RGB

 RED value IS 235 (92.19% from 255) = 50.98%

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

 BLUE value IS 76 (30.08% from 255) = 16.49%

R = 50.98%
G = 32.54%
B = 16.49%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.68

 K value IS 0.08

RGB Variations

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

Color information

#EB964C (or 0xEB964C) is known color: Sea Buckthorn. HEX triplet: EB, 96 and 4C. RGB value is (235,150,76). Sum of RGB (Red+Green+Blue) = 235+150+76=461 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.98% from 461); Green value is 150 (58.98% from 255 or 32.54% from 461); Blue value is 76 (30.08% from 255 or 16.49% from 461); Max value from RGB is 235 - color contains mainly: red. Hex color #EB964C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EB964C is #1469B3. Grayscale: #A7A7A7. Windows color (decimal): -1337780 or 5019371. OLE color: 5019371.

HSL color Cylindrical-coordinate representation of color #EB964C: hue angle of 27.92º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EB964C is Cyan = 0, Magento = 0.36, Yellow = 0.68 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 150 76 -
CMYK 0 0.36 0.68 0.08
HSL 27.92º 0.8% 0.61% -
HSV(B) 27.92º 0.68% 0.92% -
XYZ 46.47 40 12.11 -
YUV 166.98 76.66 176.52 -
System Red Green Blue C M Y K H S L
Decimal 235 150 76 0 0.36 0.68 0.08 27.92 0.8 0.61
Hex EB 96 4C 0 24 44 8 1C 50 3D
Octal 353 226 114 0 44 104 10 34 120 75
Binary 11101011 10010110 1001100 0 100100 1000100 1000 11100 1010000 111101

Color Harmonies of #EB964C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB964C

Black with #EB964C

Text Example


Text Example

White with #EB964C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB964C; }

 p { color: rgb(235,150,76); }

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

background-color css

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

 a { background-color: rgb(235,150,76); }

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

border-color css

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

 span { border-color: rgb(235,150,76); }

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