Html Css Color HEX #EB9A6A Sandy Brown

📋 copy color: '#EB9A6A'

red 235 ◦ green 154 ◦ blue 106

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

Shades of Sandy Brown #EB9A6A

Tints of Sandy Brown #EB9A6A

RGB

 RED value IS 235 (92.19% from 255) = 47.47%

 GREEN value IS 154 (60.55% from 255) = 31.11%

 BLUE value IS 106 (41.8% from 255) = 21.41%

R = 47.47%
G = 31.11%
B = 21.41%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.55

 K value IS 0.08

RGB Variations

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

Color information

#EB9A6A (or 0xEB9A6A) is known color: Sandy Brown. HEX triplet: EB, 9A and 6A. RGB value is (235,154,106). Sum of RGB (Red+Green+Blue) = 235+154+106=495 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.47% from 495); Green value is 154 (60.55% from 255 or 31.11% from 495); Blue value is 106 (41.80% from 255 or 21.41% from 495); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9A6A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB9A6A is #146595. Grayscale: #ADADAD. Windows color (decimal): -1336726 or 6986475. OLE color: 6986475.

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

Color convert

RGB 235 154 106 -
CMYK 0 0.34 0.55 0.08
HSL 22.33º 0.76% 0.67% -
HSV(B) 22.33º 0.55% 0.92% -
XYZ 48.42 41.81 19.15 -
YUV 172.75 90.34 172.4 -
System Red Green Blue C M Y K H S L
Decimal 235 154 106 0 0.34 0.55 0.08 22.33 0.76 0.67
Hex EB 9A 6A 0 22 37 8 16 4C 43
Octal 353 232 152 0 42 67 10 26 114 103
Binary 11101011 10011010 1101010 0 100010 110111 1000 10110 1001100 1000011

Color Harmonies of #EB9A6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB9A6A

Black with #EB9A6A

Text Example


Text Example

White with #EB9A6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB9A6A; }

 p { color: rgb(235,154,106); }

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

background-color css

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

 a { background-color: rgb(235,154,106); }

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

border-color css

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

 span { border-color: rgb(235,154,106); }

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