Html Css Color HEX #EB994D Sea Buckthorn

📋 copy color: '#EB994D'

red 235 ◦ green 153 ◦ blue 77

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

Shades of Sea Buckthorn #EB994D

Tints of Sea Buckthorn #EB994D

RGB

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

 GREEN value IS 153 (60.16% from 255) = 32.9%

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

R = 50.54%
G = 32.9%
B = 16.56%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.67

 K value IS 0.08

RGB Variations

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

Color information

#EB994D (or 0xEB994D) is known color: Sea Buckthorn. HEX triplet: EB, 99 and 4D. RGB value is (235,153,77). Sum of RGB (Red+Green+Blue) = 235+153+77=465 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.54% from 465); Green value is 153 (60.16% from 255 or 32.90% from 465); Blue value is 77 (30.47% from 255 or 16.56% from 465); Max value from RGB is 235 - color contains mainly: red. Hex color #EB994D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB994D is #1466B2. Grayscale: #A9A9A9. Windows color (decimal): -1337011 or 5085675. OLE color: 5085675.

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

Color convert

RGB 235 153 77 -
CMYK 0 0.35 0.67 0.08
HSL 28.86º 0.8% 0.61% -
HSV(B) 28.86º 0.67% 0.92% -
XYZ 46.99 40.98 12.45 -
YUV 168.85 76.17 175.18 -
System Red Green Blue C M Y K H S L
Decimal 235 153 77 0 0.35 0.67 0.08 28.86 0.8 0.61
Hex EB 99 4D 0 23 43 8 1D 50 3D
Octal 353 231 115 0 43 103 10 35 120 75
Binary 11101011 10011001 1001101 0 100011 1000011 1000 11101 1010000 111101

Color Harmonies of #EB994D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB994D

Black with #EB994D

Text Example


Text Example

White with #EB994D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB994D; }

 p { color: rgb(235,153,77); }

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

background-color css

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

 a { background-color: rgb(235,153,77); }

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

border-color css

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

 span { border-color: rgb(235,153,77); }

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