Html Css Color HEX #EAA25B Sandy Brown

📋 copy color: '#EAA25B'

red 234 ◦ green 162 ◦ blue 91

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

Shades of Sandy Brown #EAA25B

Tints of Sandy Brown #EAA25B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 18.69%

R = 48.05%
G = 33.26%
B = 18.69%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.61

 K value IS 0.08

RGB Variations

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

Color information

#EAA25B (or 0xEAA25B) is known color: Sandy Brown. HEX triplet: EA, A2 and 5B. RGB value is (234,162,91). Sum of RGB (Red+Green+Blue) = 234+162+91=487 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.05% from 487); Green value is 162 (63.67% from 255 or 33.26% from 487); Blue value is 91 (35.94% from 255 or 18.69% from 487); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA25B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAA25B is #155DA4. Grayscale: #AFAFAF. Windows color (decimal): -1400229 or 6005482. OLE color: 6005482.

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

Color convert

RGB 234 162 91 -
CMYK 0 0.31 0.61 0.08
HSL 29.79º 0.77% 0.64% -
HSV(B) 29.79º 0.61% 0.92% -
XYZ 48.74 44.09 15.84 -
YUV 175.43 80.35 169.77 -
System Red Green Blue C M Y K H S L
Decimal 234 162 91 0 0.31 0.61 0.08 29.79 0.77 0.64
Hex EA A2 5B 0 1F 3D 8 1E 4D 40
Octal 352 242 133 0 37 75 10 36 115 100
Binary 11101010 10100010 1011011 0 11111 111101 1000 11110 1001101 1000000

Color Harmonies of #EAA25B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA25B

Black with #EAA25B

Text Example


Text Example

White with #EAA25B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA25B; }

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

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

background-color css

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

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

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

border-color css

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

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

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