Html Css Color HEX #EAA34D Sea Buckthorn

📋 copy color: '#EAA34D'

red 234 ◦ green 163 ◦ blue 77

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

Shades of Sea Buckthorn #EAA34D

Tints of Sea Buckthorn #EAA34D

RGB

 RED value IS 234 (91.8% from 255) = 49.37%

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

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

R = 49.37%
G = 34.39%
B = 16.24%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.67

 K value IS 0.08

RGB Variations

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

Color information

#EAA34D (or 0xEAA34D) is known color: Sea Buckthorn. HEX triplet: EA, A3 and 4D. RGB value is (234,163,77). Sum of RGB (Red+Green+Blue) = 234+163+77=474 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.37% from 474); Green value is 163 (64.06% from 255 or 34.39% from 474); Blue value is 77 (30.47% from 255 or 16.24% from 474); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA34D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAA34D is #155CB2. Grayscale: #AEAEAE. Windows color (decimal): -1399987 or 5088234. OLE color: 5088234.

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

Color convert

RGB 234 163 77 -
CMYK 0 0.30 0.67 0.08
HSL 32.87º 0.79% 0.61% -
HSV(B) 32.87º 0.67% 0.92% -
XYZ 48.37 44.22 13.01 -
YUV 174.43 73.02 170.49 -
System Red Green Blue C M Y K H S L
Decimal 234 163 77 0 0.30 0.67 0.08 32.87 0.79 0.61
Hex EA A3 4D 0 1E 43 8 21 4F 3D
Octal 352 243 115 0 36 103 10 41 117 75
Binary 11101010 10100011 1001101 0 11110 1000011 1000 100001 1001111 111101

Color Harmonies of #EAA34D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA34D

Black with #EAA34D

Text Example


Text Example

White with #EAA34D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA34D; }

 p { color: rgb(234,163,77); }

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

background-color css

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

 a { background-color: rgb(234,163,77); }

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

border-color css

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

 span { border-color: rgb(234,163,77); }

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