Html Css Color HEX #EDA462 Sandy Brown

📋 copy color: '#EDA462'

red 237 ◦ green 164 ◦ blue 98

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

Shades of Sandy Brown #EDA462

Tints of Sandy Brown #EDA462

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 19.64%

R = 47.49%
G = 32.87%
B = 19.64%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.59

 K value IS 0.07

RGB Variations

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

Color information

#EDA462 (or 0xEDA462) is known color: Sandy Brown. HEX triplet: ED, A4 and 62. RGB value is (237,164,98). Sum of RGB (Red+Green+Blue) = 237+164+98=499 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.49% from 499); Green value is 164 (64.45% from 255 or 32.87% from 499); Blue value is 98 (38.67% from 255 or 19.64% from 499); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA462 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA462 is #125B9D. Grayscale: #B2B2B2. Windows color (decimal): -1203102 or 6464749. OLE color: 6464749.

HSL color Cylindrical-coordinate representation of color #EDA462: hue angle of 28.49º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EDA462 is Cyan = 0, Magento = 0.31, Yellow = 0.59 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 164 98 -
CMYK 0 0.31 0.59 0.07
HSL 28.49º 0.79% 0.66% -
HSV(B) 28.49º 0.59% 0.93% -
XYZ 50.41 45.44 17.67 -
YUV 178.3 82.68 169.87 -
System Red Green Blue C M Y K H S L
Decimal 237 164 98 0 0.31 0.59 0.07 28.49 0.79 0.66
Hex ED A4 62 0 1F 3B 7 1C 4F 42
Octal 355 244 142 0 37 73 7 34 117 102
Binary 11101101 10100100 1100010 0 11111 111011 111 11100 1001111 1000010

Color Harmonies of #EDA462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA462

Black with #EDA462

Text Example


Text Example

White with #EDA462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA462; }

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

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

background-color css

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

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

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

border-color css

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

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

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