Html Css Color HEX #EAA75E Sandy Brown

📋 copy color: '#EAA75E'

red 234 ◦ green 167 ◦ blue 94

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

Shades of Sandy Brown #EAA75E

Tints of Sandy Brown #EAA75E

RGB

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

 GREEN value IS 167 (65.63% from 255) = 33.74%

 BLUE value IS 94 (37.11% from 255) = 18.99%

R = 47.27%
G = 33.74%
B = 18.99%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.60

 K value IS 0.08

RGB Variations

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

Color information

#EAA75E (or 0xEAA75E) is known color: Sandy Brown. HEX triplet: EA, A7 and 5E. RGB value is (234,167,94). Sum of RGB (Red+Green+Blue) = 234+167+94=495 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.27% from 495); Green value is 167 (65.62% from 255 or 33.74% from 495); Blue value is 94 (37.11% from 255 or 18.99% from 495); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA75E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAA75E is #1558A1. Grayscale: #B3B3B3. Windows color (decimal): -1398946 or 6203370. OLE color: 6203370.

HSL color Cylindrical-coordinate representation of color #EAA75E: hue angle of 31.29º 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 #EAA75E is Cyan = 0, Magento = 0.29, Yellow = 0.60 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 167 94 -
CMYK 0 0.29 0.60 0.08
HSL 31.29º 0.77% 0.64% -
HSV(B) 31.29º 0.6% 0.92% -
XYZ 49.77 45.94 16.83 -
YUV 178.71 80.2 167.44 -
System Red Green Blue C M Y K H S L
Decimal 234 167 94 0 0.29 0.60 0.08 31.29 0.77 0.64
Hex EA A7 5E 0 1D 3C 8 1F 4D 40
Octal 352 247 136 0 35 74 10 37 115 100
Binary 11101010 10100111 1011110 0 11101 111100 1000 11111 1001101 1000000

Color Harmonies of #EAA75E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA75E

Black with #EAA75E

Text Example


Text Example

White with #EAA75E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA75E; }

 p { color: rgb(234,167,94); }

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

background-color css

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

 a { background-color: rgb(234,167,94); }

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

border-color css

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

 span { border-color: rgb(234,167,94); }

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