Html Css Color HEX #EDA25B Sandy Brown

📋 copy color: '#EDA25B'

red 237 ◦ green 162 ◦ blue 91

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

Shades of Sandy Brown #EDA25B

Tints of Sandy Brown #EDA25B

RGB

 RED value IS 237 (92.97% from 255) = 48.37%

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

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

R = 48.37%
G = 33.06%
B = 18.57%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#EDA25B (or 0xEDA25B) is known color: Sandy Brown. HEX triplet: ED, A2 and 5B. RGB value is (237,162,91). Sum of RGB (Red+Green+Blue) = 237+162+91=490 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.37% from 490); Green value is 162 (63.67% from 255 or 33.06% from 490); Blue value is 91 (35.94% from 255 or 18.57% from 490); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA25B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA25B is #125DA4. Grayscale: #B0B0B0. Windows color (decimal): -1203621 or 6005485. OLE color: 6005485.

HSL color Cylindrical-coordinate representation of color #EDA25B: hue angle of 29.18º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EDA25B is Cyan = 0, Magento = 0.32, Yellow = 0.62 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 162 91 -
CMYK 0 0.32 0.62 0.07
HSL 29.18º 0.8% 0.64% -
HSV(B) 29.18º 0.62% 0.93% -
XYZ 49.73 44.6 15.89 -
YUV 176.33 79.85 171.27 -
System Red Green Blue C M Y K H S L
Decimal 237 162 91 0 0.32 0.62 0.07 29.18 0.8 0.64
Hex ED A2 5B 0 20 3E 7 1D 50 40
Octal 355 242 133 0 40 76 7 35 120 100
Binary 11101101 10100010 1011011 0 100000 111110 111 11101 1010000 1000000

Color Harmonies of #EDA25B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA25B

Black with #EDA25B

Text Example


Text Example

White with #EDA25B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA25B; }

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

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

background-color css

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

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

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

border-color css

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

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

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