Html Css Color HEX #EDA24F Sunshade

📋 copy color: '#EDA24F'

red 237 ◦ green 162 ◦ blue 79

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

Shades of Sunshade #EDA24F

Tints of Sunshade #EDA24F

RGB

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

 GREEN value IS 162 (63.67% from 255) = 33.89%

 BLUE value IS 79 (31.25% from 255) = 16.53%

R = 49.58%
G = 33.89%
B = 16.53%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.67

 K value IS 0.07

RGB Variations

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

Color information

#EDA24F (or 0xEDA24F) is known color: Sunshade. HEX triplet: ED, A2 and 4F. RGB value is (237,162,79). Sum of RGB (Red+Green+Blue) = 237+162+79=478 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.58% from 478); Green value is 162 (63.67% from 255 or 33.89% from 478); Blue value is 79 (31.25% from 255 or 16.53% from 478); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA24F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA24F is #125DB0. Grayscale: #AFAFAF. Windows color (decimal): -1203633 or 5219053. OLE color: 5219053.

HSL color Cylindrical-coordinate representation of color #EDA24F: hue angle of 31.52º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EDA24F is Cyan = 0, Magento = 0.32, Yellow = 0.67 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 162 79 -
CMYK 0 0.32 0.67 0.07
HSL 31.52º 0.81% 0.62% -
HSV(B) 31.52º 0.67% 0.93% -
XYZ 49.26 44.41 13.37 -
YUV 174.96 73.85 172.25 -
System Red Green Blue C M Y K H S L
Decimal 237 162 79 0 0.32 0.67 0.07 31.52 0.81 0.62
Hex ED A2 4F 0 20 43 7 20 51 3E
Octal 355 242 117 0 40 103 7 40 121 76
Binary 11101101 10100010 1001111 0 100000 1000011 111 100000 1010001 111110

Color Harmonies of #EDA24F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA24F

Black with #EDA24F

Text Example


Text Example

White with #EDA24F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA24F; }

 p { color: rgb(237,162,79); }

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

background-color css

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

 a { background-color: rgb(237,162,79); }

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

border-color css

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

 span { border-color: rgb(237,162,79); }

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