Html Css Color HEX #EDA45A Sandy Brown

📋 copy color: '#EDA45A'

red 237 ◦ green 164 ◦ blue 90

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

Shades of Sandy Brown #EDA45A

Tints of Sandy Brown #EDA45A

RGB

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

 GREEN value IS 164 (64.45% from 255) = 33.4%

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

R = 48.27%
G = 33.4%
B = 18.33%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#EDA45A (or 0xEDA45A) is known color: Sandy Brown. HEX triplet: ED, A4 and 5A. RGB value is (237,164,90). Sum of RGB (Red+Green+Blue) = 237+164+90=491 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.27% from 491); Green value is 164 (64.45% from 255 or 33.40% from 491); Blue value is 90 (35.55% from 255 or 18.33% from 491); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA45A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA45A is #125BA5. Grayscale: #B1B1B1. Windows color (decimal): -1203110 or 5940461. OLE color: 5940461.

HSL color Cylindrical-coordinate representation of color #EDA45A: hue angle of 30.2º 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 #EDA45A is Cyan = 0, Magento = 0.31, Yellow = 0.62 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 164 90 -
CMYK 0 0.31 0.62 0.07
HSL 30.2º 0.8% 0.64% -
HSV(B) 30.2º 0.62% 0.93% -
XYZ 50.05 45.29 15.78 -
YUV 177.39 78.68 170.52 -
System Red Green Blue C M Y K H S L
Decimal 237 164 90 0 0.31 0.62 0.07 30.2 0.8 0.64
Hex ED A4 5A 0 1F 3E 7 1E 50 40
Octal 355 244 132 0 37 76 7 36 120 100
Binary 11101101 10100100 1011010 0 11111 111110 111 11110 1010000 1000000

Color Harmonies of #EDA45A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA45A

Black with #EDA45A

Text Example


Text Example

White with #EDA45A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA45A; }

 p { color: rgb(237,164,90); }

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

background-color css

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

 a { background-color: rgb(237,164,90); }

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

border-color css

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

 span { border-color: rgb(237,164,90); }

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