Html Css Color HEX #EDA347 Sunshade

📋 copy color: '#EDA347'

red 237 ◦ green 163 ◦ blue 71

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

Shades of Sunshade #EDA347

Tints of Sunshade #EDA347

RGB

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

 GREEN value IS 163 (64.06% from 255) = 34.61%

 BLUE value IS 71 (28.13% from 255) = 15.07%

R = 50.32%
G = 34.61%
B = 15.07%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#EDA347 (or 0xEDA347) is known color: Sunshade. HEX triplet: ED, A3 and 47. RGB value is (237,163,71). Sum of RGB (Red+Green+Blue) = 237+163+71=471 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.32% from 471); Green value is 163 (64.06% from 255 or 34.61% from 471); Blue value is 71 (28.12% from 255 or 15.07% from 471); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA347 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA347 is #125CB8. Grayscale: #AFAFAF. Windows color (decimal): -1203385 or 4695021. OLE color: 4695021.

HSL color Cylindrical-coordinate representation of color #EDA347: hue angle of 33.25º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EDA347 is Cyan = 0, Magento = 0.31, Yellow = 0.70 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 163 71 -
CMYK 0 0.31 0.70 0.07
HSL 33.25º 0.82% 0.6% -
HSV(B) 33.25º 0.7% 0.93% -
XYZ 49.16 44.65 11.99 -
YUV 174.64 69.52 172.48 -
System Red Green Blue C M Y K H S L
Decimal 237 163 71 0 0.31 0.70 0.07 33.25 0.82 0.6
Hex ED A3 47 0 1F 46 7 21 52 3C
Octal 355 243 107 0 37 106 7 41 122 74
Binary 11101101 10100011 1000111 0 11111 1000110 111 100001 1010010 111100

Color Harmonies of #EDA347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA347

Black with #EDA347

Text Example


Text Example

White with #EDA347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA347; }

 p { color: rgb(237,163,71); }

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

background-color css

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

 a { background-color: rgb(237,163,71); }

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

border-color css

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

 span { border-color: rgb(237,163,71); }

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