Html Css Color HEX #EBA34C Sea Buckthorn

📋 copy color: '#EBA34C'

red 235 ◦ green 163 ◦ blue 76

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

Shades of Sea Buckthorn #EBA34C

Tints of Sea Buckthorn #EBA34C

RGB

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

 GREEN value IS 163 (64.06% from 255) = 34.39%

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

R = 49.58%
G = 34.39%
B = 16.03%

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

#EBA34C (or 0xEBA34C) is known color: Sea Buckthorn. HEX triplet: EB, A3 and 4C. RGB value is (235,163,76). Sum of RGB (Red+Green+Blue) = 235+163+76=474 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.58% from 474); Green value is 163 (64.06% from 255 or 34.39% from 474); Blue value is 76 (30.08% from 255 or 16.03% from 474); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA34C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA34C is #145CB3. Grayscale: #AFAFAF. Windows color (decimal): -1334452 or 5022699. OLE color: 5022699.

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

Color convert

RGB 235 163 76 -
CMYK 0 0.31 0.68 0.08
HSL 32.83º 0.8% 0.61% -
HSV(B) 32.83º 0.68% 0.92% -
XYZ 48.66 44.38 12.84 -
YUV 174.61 72.35 171.07 -
System Red Green Blue C M Y K H S L
Decimal 235 163 76 0 0.31 0.68 0.08 32.83 0.8 0.61
Hex EB A3 4C 0 1F 44 8 21 50 3D
Octal 353 243 114 0 37 104 10 41 120 75
Binary 11101011 10100011 1001100 0 11111 1000100 1000 100001 1010000 111101

Color Harmonies of #EBA34C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA34C

Black with #EBA34C

Text Example


Text Example

White with #EBA34C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA34C; }

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

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

background-color css

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

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

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

border-color css

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

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

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