Html Css Color HEX #EDA344 Sunshade

📋 copy color: '#EDA344'

red 237 ◦ green 163 ◦ blue 68

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

Shades of Sunshade #EDA344

Tints of Sunshade #EDA344

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 14.53%

R = 50.64%
G = 34.83%
B = 14.53%

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

#EDA344 (or 0xEDA344) is known color: Sunshade. HEX triplet: ED, A3 and 44. RGB value is (237,163,68). Sum of RGB (Red+Green+Blue) = 237+163+68=468 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.64% from 468); Green value is 163 (64.06% from 255 or 34.83% from 468); Blue value is 68 (26.95% from 255 or 14.53% from 468); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA344 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA344 is #125CBB. Grayscale: #AEAEAE. Windows color (decimal): -1203388 or 4498413. OLE color: 4498413.

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

Color convert

RGB 237 163 68 -
CMYK 0 0.31 0.71 0.07
HSL 33.73º 0.82% 0.6% -
HSV(B) 33.73º 0.71% 0.93% -
XYZ 49.07 44.62 11.49 -
YUV 174.3 68.02 172.72 -
System Red Green Blue C M Y K H S L
Decimal 237 163 68 0 0.31 0.71 0.07 33.73 0.82 0.6
Hex ED A3 44 0 1F 47 7 22 52 3C
Octal 355 243 104 0 37 107 7 42 122 74
Binary 11101101 10100011 1000100 0 11111 1000111 111 100010 1010010 111100

Color Harmonies of #EDA344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA344

Black with #EDA344

Text Example


Text Example

White with #EDA344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA344; }

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

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

background-color css

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

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

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

border-color css

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

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

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