Html Css Color HEX #EAA25D Sandy Brown

📋 copy color: '#EAA25D'

red 234 ◦ green 162 ◦ blue 93

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

Shades of Sandy Brown #EAA25D

Tints of Sandy Brown #EAA25D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 19.02%

R = 47.85%
G = 33.13%
B = 19.02%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.60

 K value IS 0.08

RGB Variations

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

Color information

#EAA25D (or 0xEAA25D) is known color: Sandy Brown. HEX triplet: EA, A2 and 5D. RGB value is (234,162,93). Sum of RGB (Red+Green+Blue) = 234+162+93=489 (64% of max value = 765). Red value is 234 (91.80% from 255 or 47.85% from 489); Green value is 162 (63.67% from 255 or 33.13% from 489); Blue value is 93 (36.72% from 255 or 19.02% from 489); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA25D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAA25D is #155DA2. Grayscale: #B0B0B0. Windows color (decimal): -1400227 or 6136554. OLE color: 6136554.

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

Color convert

RGB 234 162 93 -
CMYK 0 0.31 0.60 0.08
HSL 29.36º 0.77% 0.64% -
HSV(B) 29.36º 0.6% 0.92% -
XYZ 48.83 44.12 16.3 -
YUV 175.66 81.35 169.61 -
System Red Green Blue C M Y K H S L
Decimal 234 162 93 0 0.31 0.60 0.08 29.36 0.77 0.64
Hex EA A2 5D 0 1F 3C 8 1D 4D 40
Octal 352 242 135 0 37 74 10 35 115 100
Binary 11101010 10100010 1011101 0 11111 111100 1000 11101 1001101 1000000

Color Harmonies of #EAA25D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA25D

Black with #EAA25D

Text Example


Text Example

White with #EAA25D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA25D; }

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

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

background-color css

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

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

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

border-color css

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

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

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