Html Css Color HEX #EAA369 Sandy Brown

📋 copy color: '#EAA369'

red 234 ◦ green 163 ◦ blue 105

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

Shades of Sandy Brown #EAA369

Tints of Sandy Brown #EAA369

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 20.92%

R = 46.61%
G = 32.47%
B = 20.92%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.55

 K value IS 0.08

RGB Variations

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

Color information

#EAA369 (or 0xEAA369) is known color: Sandy Brown. HEX triplet: EA, A3 and 69. RGB value is (234,163,105). Sum of RGB (Red+Green+Blue) = 234+163+105=502 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.61% from 502); Green value is 163 (64.06% from 255 or 32.47% from 502); Blue value is 105 (41.41% from 255 or 20.92% from 502); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA369 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAA369 is #155C96. Grayscale: #B1B1B1. Windows color (decimal): -1399959 or 6923242. OLE color: 6923242.

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

Color convert

RGB 234 163 105 -
CMYK 0 0.30 0.55 0.08
HSL 26.98º 0.75% 0.66% -
HSV(B) 26.98º 0.55% 0.92% -
XYZ 49.58 44.71 19.38 -
YUV 177.62 87.02 168.22 -
System Red Green Blue C M Y K H S L
Decimal 234 163 105 0 0.30 0.55 0.08 26.98 0.75 0.66
Hex EA A3 69 0 1E 37 8 1B 4B 42
Octal 352 243 151 0 36 67 10 33 113 102
Binary 11101010 10100011 1101001 0 11110 110111 1000 11011 1001011 1000010

Color Harmonies of #EAA369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA369

Black with #EAA369

Text Example


Text Example

White with #EAA369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA369; }

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

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

background-color css

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

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

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

border-color css

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

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

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