Html Css Color HEX #EBA25A Sandy Brown

📋 copy color: '#EBA25A'

red 235 ◦ green 162 ◦ blue 90

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

Shades of Sandy Brown #EBA25A

Tints of Sandy Brown #EBA25A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 18.48%

R = 48.25%
G = 33.26%
B = 18.48%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.62

 K value IS 0.08

RGB Variations

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

Color information

#EBA25A (or 0xEBA25A) is known color: Sandy Brown. HEX triplet: EB, A2 and 5A. RGB value is (235,162,90). Sum of RGB (Red+Green+Blue) = 235+162+90=487 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.25% from 487); Green value is 162 (63.67% from 255 or 33.26% from 487); Blue value is 90 (35.55% from 255 or 18.48% from 487); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA25A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA25A is #145DA5. Grayscale: #AFAFAF. Windows color (decimal): -1334694 or 5939947. OLE color: 5939947.

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

Color convert

RGB 235 162 90 -
CMYK 0 0.31 0.62 0.08
HSL 29.79º 0.78% 0.64% -
HSV(B) 29.79º 0.62% 0.92% -
XYZ 49.03 44.24 15.63 -
YUV 175.62 79.68 170.35 -
System Red Green Blue C M Y K H S L
Decimal 235 162 90 0 0.31 0.62 0.08 29.79 0.78 0.64
Hex EB A2 5A 0 1F 3E 8 1E 4E 40
Octal 353 242 132 0 37 76 10 36 116 100
Binary 11101011 10100010 1011010 0 11111 111110 1000 11110 1001110 1000000

Color Harmonies of #EBA25A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA25A

Black with #EBA25A

Text Example


Text Example

White with #EBA25A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA25A; }

 p { color: rgb(235,162,90); }

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

background-color css

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

 a { background-color: rgb(235,162,90); }

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

border-color css

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

 span { border-color: rgb(235,162,90); }

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