Html Css Color HEX #EBA14C Sea Buckthorn

📋 copy color: '#EBA14C'

red 235 ◦ green 161 ◦ blue 76

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

Shades of Sea Buckthorn #EBA14C

Tints of Sea Buckthorn #EBA14C

RGB

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

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

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

R = 49.79%
G = 34.11%
B = 16.1%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.68

 K value IS 0.08

RGB Variations

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

Color information

#EBA14C (or 0xEBA14C) is known color: Sea Buckthorn. HEX triplet: EB, A1 and 4C. RGB value is (235,161,76). Sum of RGB (Red+Green+Blue) = 235+161+76=472 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.79% from 472); Green value is 161 (63.28% from 255 or 34.11% from 472); Blue value is 76 (30.08% from 255 or 16.10% from 472); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA14C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA14C is #145EB3. Grayscale: #ADADAD. Windows color (decimal): -1334964 or 5022187. OLE color: 5022187.

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

Color convert

RGB 235 161 76 -
CMYK 0 0.31 0.68 0.08
HSL 32.08º 0.8% 0.61% -
HSV(B) 32.08º 0.68% 0.92% -
XYZ 48.31 43.67 12.72 -
YUV 173.44 73.02 171.91 -
System Red Green Blue C M Y K H S L
Decimal 235 161 76 0 0.31 0.68 0.08 32.08 0.8 0.61
Hex EB A1 4C 0 1F 44 8 20 50 3D
Octal 353 241 114 0 37 104 10 40 120 75
Binary 11101011 10100001 1001100 0 11111 1000100 1000 100000 1010000 111101

Color Harmonies of #EBA14C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA14C

Black with #EBA14C

Text Example


Text Example

White with #EBA14C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA14C; }

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

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

background-color css

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

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

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

border-color css

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

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

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