Html Css Color HEX #EDA345 Sunshade

📋 copy color: '#EDA345'

red 237 ◦ green 163 ◦ blue 69

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

Shades of Sunshade #EDA345

Tints of Sunshade #EDA345

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 14.71%

R = 50.53%
G = 34.75%
B = 14.71%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.71

 K value IS 0.07

RGB Variations

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

Color information

#EDA345 (or 0xEDA345) is known color: Sunshade. HEX triplet: ED, A3 and 45. RGB value is (237,163,69). Sum of RGB (Red+Green+Blue) = 237+163+69=469 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.53% from 469); Green value is 163 (64.06% from 255 or 34.75% from 469); Blue value is 69 (27.34% from 255 or 14.71% from 469); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA345 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA345 is #125CBA. Grayscale: #AEAEAE. Windows color (decimal): -1203387 or 4563949. OLE color: 4563949.

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

Color convert

RGB 237 163 69 -
CMYK 0 0.31 0.71 0.07
HSL 33.57º 0.82% 0.6% -
HSV(B) 33.57º 0.71% 0.93% -
XYZ 49.1 44.63 11.66 -
YUV 174.41 68.52 172.64 -
System Red Green Blue C M Y K H S L
Decimal 237 163 69 0 0.31 0.71 0.07 33.57 0.82 0.6
Hex ED A3 45 0 1F 47 7 22 52 3C
Octal 355 243 105 0 37 107 7 42 122 74
Binary 11101101 10100011 1000101 0 11111 1000111 111 100010 1010010 111100

Color Harmonies of #EDA345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA345

Black with #EDA345

Text Example


Text Example

White with #EDA345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA345; }

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

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

background-color css

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

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

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

border-color css

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

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

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