Html Css Color HEX #EAA24D Sea Buckthorn

📋 copy color: '#EAA24D'

red 234 ◦ green 162 ◦ blue 77

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

Shades of Sea Buckthorn #EAA24D

Tints of Sea Buckthorn #EAA24D

RGB

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

 GREEN value IS 162 (63.67% from 255) = 34.25%

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

R = 49.47%
G = 34.25%
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

#EAA24D (or 0xEAA24D) is known color: Sea Buckthorn. HEX triplet: EA, A2 and 4D. RGB value is (234,162,77). Sum of RGB (Red+Green+Blue) = 234+162+77=473 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.47% from 473); Green value is 162 (63.67% from 255 or 34.25% from 473); Blue value is 77 (30.47% from 255 or 16.28% from 473); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA24D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAA24D is #155DB2. Grayscale: #AEAEAE. Windows color (decimal): -1400243 or 5087978. OLE color: 5087978.

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

Color convert

RGB 234 162 77 -
CMYK 0 0.31 0.67 0.08
HSL 32.48º 0.79% 0.61% -
HSV(B) 32.48º 0.67% 0.92% -
XYZ 48.19 43.87 12.95 -
YUV 173.84 73.35 170.91 -
System Red Green Blue C M Y K H S L
Decimal 234 162 77 0 0.31 0.67 0.08 32.48 0.79 0.61
Hex EA A2 4D 0 1F 43 8 20 4F 3D
Octal 352 242 115 0 37 103 10 40 117 75
Binary 11101010 10100010 1001101 0 11111 1000011 1000 100000 1001111 111101

Color Harmonies of #EAA24D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA24D

Black with #EAA24D

Text Example


Text Example

White with #EAA24D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA24D; }

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

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

background-color css

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

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

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

border-color css

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

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

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