Html Css Color HEX #EAA24A Sea Buckthorn

📋 copy color: '#EAA24A'

red 234 ◦ green 162 ◦ blue 74

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

Shades of Sea Buckthorn #EAA24A

Tints of Sea Buckthorn #EAA24A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 15.74%

R = 49.79%
G = 34.47%
B = 15.74%

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

#EAA24A (or 0xEAA24A) is known color: Sea Buckthorn. HEX triplet: EA, A2 and 4A. RGB value is (234,162,74). Sum of RGB (Red+Green+Blue) = 234+162+74=470 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.79% from 470); Green value is 162 (63.67% from 255 or 34.47% from 470); Blue value is 74 (29.30% from 255 or 15.74% from 470); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA24A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAA24A is #155DB5. Grayscale: #ADADAD. Windows color (decimal): -1400246 or 4891370. OLE color: 4891370.

HSL color Cylindrical-coordinate representation of color #EAA24A: hue angle of 33º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EAA24A is Cyan = 0, Magento = 0.31, Yellow = 0.68 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 162 74 -
CMYK 0 0.31 0.68 0.08
HSL 33º 0.79% 0.6% -
HSV(B) 33º 0.68% 0.92% -
XYZ 48.09 43.83 12.4 -
YUV 173.5 71.85 171.16 -
System Red Green Blue C M Y K H S L
Decimal 234 162 74 0 0.31 0.68 0.08 33 0.79 0.6
Hex EA A2 4A 0 1F 44 8 21 4F 3C
Octal 352 242 112 0 37 104 10 41 117 74
Binary 11101010 10100010 1001010 0 11111 1000100 1000 100001 1001111 111100

Color Harmonies of #EAA24A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA24A

Black with #EAA24A

Text Example


Text Example

White with #EAA24A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA24A; }

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

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

background-color css

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

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

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

border-color css

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

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

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