Html Css Color HEX #EBA14D Sea Buckthorn

📋 copy color: '#EBA14D'

red 235 ◦ green 161 ◦ blue 77

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

Shades of Sea Buckthorn #EBA14D

Tints of Sea Buckthorn #EBA14D

RGB

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

 GREEN value IS 161 (63.28% from 255) = 34.04%

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

R = 49.68%
G = 34.04%
B = 16.28%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.67

 K value IS 0.08

RGB Variations

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

Color information

#EBA14D (or 0xEBA14D) is known color: Sea Buckthorn. HEX triplet: EB, A1 and 4D. RGB value is (235,161,77). Sum of RGB (Red+Green+Blue) = 235+161+77=473 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.68% from 473); Green value is 161 (63.28% from 255 or 34.04% from 473); Blue value is 77 (30.47% from 255 or 16.28% from 473); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA14D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA14D is #145EB2. Grayscale: #ADADAD. Windows color (decimal): -1334963 or 5087723. OLE color: 5087723.

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

Color convert

RGB 235 161 77 -
CMYK 0 0.31 0.67 0.08
HSL 31.9º 0.8% 0.61% -
HSV(B) 31.9º 0.67% 0.92% -
XYZ 48.35 43.69 12.91 -
YUV 173.55 73.52 171.83 -
System Red Green Blue C M Y K H S L
Decimal 235 161 77 0 0.31 0.67 0.08 31.9 0.8 0.61
Hex EB A1 4D 0 1F 43 8 20 50 3D
Octal 353 241 115 0 37 103 10 40 120 75
Binary 11101011 10100001 1001101 0 11111 1000011 1000 100000 1010000 111101

Color Harmonies of #EBA14D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA14D

Black with #EBA14D

Text Example


Text Example

White with #EBA14D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA14D; }

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

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

background-color css

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

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

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

border-color css

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

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

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