Html Css Color HEX #EAA968 Sandy Brown

📋 copy color: '#EAA968'

red 234 ◦ green 169 ◦ blue 104

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

Shades of Sandy Brown #EAA968

Tints of Sandy Brown #EAA968

RGB

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

 GREEN value IS 169 (66.41% from 255) = 33.33%

 BLUE value IS 104 (41.02% from 255) = 20.51%

R = 46.15%
G = 33.33%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.56

 K value IS 0.08

RGB Variations

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

Color information

#EAA968 (or 0xEAA968) is known color: Sandy Brown. HEX triplet: EA, A9 and 68. RGB value is (234,169,104). Sum of RGB (Red+Green+Blue) = 234+169+104=507 (67% of max value = 765). Red value is 234 (91.80% from 255 or 46.15% from 507); Green value is 169 (66.41% from 255 or 33.33% from 507); Blue value is 104 (41.02% from 255 or 20.51% from 507); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA968 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAA968 is #155697. Grayscale: #B5B5B5. Windows color (decimal): -1398424 or 6859242. OLE color: 6859242.

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

Color convert

RGB 234 169 104 -
CMYK 0 0.28 0.56 0.08
HSL 30º 0.76% 0.66% -
HSV(B) 30º 0.56% 0.92% -
XYZ 50.62 46.87 19.48 -
YUV 181.03 84.53 165.79 -
System Red Green Blue C M Y K H S L
Decimal 234 169 104 0 0.28 0.56 0.08 30 0.76 0.66
Hex EA A9 68 0 1C 38 8 1E 4C 42
Octal 352 251 150 0 34 70 10 36 114 102
Binary 11101010 10101001 1101000 0 11100 111000 1000 11110 1001100 1000010

Color Harmonies of #EAA968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA968

Black with #EAA968

Text Example


Text Example

White with #EAA968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA968; }

 p { color: rgb(234,169,104); }

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

background-color css

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

 a { background-color: rgb(234,169,104); }

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

border-color css

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

 span { border-color: rgb(234,169,104); }

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