Html Css Color HEX #EAA35A Sandy Brown

📋 copy color: '#EAA35A'

red 234 ◦ green 163 ◦ blue 90

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

Shades of Sandy Brown #EAA35A

Tints of Sandy Brown #EAA35A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 18.48%

R = 48.05%
G = 33.47%
B = 18.48%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.62

 K value IS 0.08

RGB Variations

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

Color information

#EAA35A (or 0xEAA35A) is known color: Sandy Brown. HEX triplet: EA, A3 and 5A. RGB value is (234,163,90). Sum of RGB (Red+Green+Blue) = 234+163+90=487 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.05% from 487); Green value is 163 (64.06% from 255 or 33.47% from 487); Blue value is 90 (35.55% from 255 or 18.48% from 487); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA35A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAA35A is #155CA5. Grayscale: #B0B0B0. Windows color (decimal): -1399974 or 5940202. OLE color: 5940202.

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

Color convert

RGB 234 163 90 -
CMYK 0 0.30 0.62 0.08
HSL 30.42º 0.77% 0.64% -
HSV(B) 30.42º 0.62% 0.92% -
XYZ 48.87 44.43 15.67 -
YUV 175.91 79.52 169.44 -
System Red Green Blue C M Y K H S L
Decimal 234 163 90 0 0.30 0.62 0.08 30.42 0.77 0.64
Hex EA A3 5A 0 1E 3E 8 1E 4D 40
Octal 352 243 132 0 36 76 10 36 115 100
Binary 11101010 10100011 1011010 0 11110 111110 1000 11110 1001101 1000000

Color Harmonies of #EAA35A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA35A

Black with #EAA35A

Text Example


Text Example

White with #EAA35A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA35A; }

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

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

background-color css

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

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

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

border-color css

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

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

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