Html Css Color HEX #EDA445 Sunshade

📋 copy color: '#EDA445'

red 237 ◦ green 164 ◦ blue 69

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

Shades of Sunshade #EDA445

Tints of Sunshade #EDA445

RGB

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

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

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

R = 50.43%
G = 34.89%
B = 14.68%

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

#EDA445 (or 0xEDA445) is known color: Sunshade. HEX triplet: ED, A4 and 45. RGB value is (237,164,69). Sum of RGB (Red+Green+Blue) = 237+164+69=470 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.43% from 470); Green value is 164 (64.45% from 255 or 34.89% from 470); Blue value is 69 (27.34% from 255 or 14.68% from 470); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA445 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA445 is #125BBA. Grayscale: #AFAFAF. Windows color (decimal): -1203131 or 4564205. OLE color: 4564205.

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

Color convert

RGB 237 164 69 -
CMYK 0 0.31 0.71 0.07
HSL 33.93º 0.82% 0.6% -
HSV(B) 33.93º 0.71% 0.93% -
XYZ 49.27 44.99 11.72 -
YUV 175 68.18 172.22 -
System Red Green Blue C M Y K H S L
Decimal 237 164 69 0 0.31 0.71 0.07 33.93 0.82 0.6
Hex ED A4 45 0 1F 47 7 22 52 3C
Octal 355 244 105 0 37 107 7 42 122 74
Binary 11101101 10100100 1000101 0 11111 1000111 111 100010 1010010 111100

Color Harmonies of #EDA445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA445

Black with #EDA445

Text Example


Text Example

White with #EDA445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA445; }

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

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

background-color css

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

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

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

border-color css

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

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

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