Html Css Color HEX #EDA24D Sunshade

📋 copy color: '#EDA24D'

red 237 ◦ green 162 ◦ blue 77

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

Shades of Sunshade #EDA24D

Tints of Sunshade #EDA24D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 16.18%

R = 49.79%
G = 34.03%
B = 16.18%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#EDA24D (or 0xEDA24D) is known color: Sunshade. HEX triplet: ED, A2 and 4D. RGB value is (237,162,77). Sum of RGB (Red+Green+Blue) = 237+162+77=476 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.79% from 476); Green value is 162 (63.67% from 255 or 34.03% from 476); Blue value is 77 (30.47% from 255 or 16.18% from 476); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA24D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA24D is #125DB2. Grayscale: #AFAFAF. Windows color (decimal): -1203635 or 5087981. OLE color: 5087981.

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

Color convert

RGB 237 162 77 -
CMYK 0 0.32 0.68 0.07
HSL 31.88º 0.82% 0.62% -
HSV(B) 31.88º 0.68% 0.93% -
XYZ 49.18 44.38 13 -
YUV 174.74 72.85 172.41 -
System Red Green Blue C M Y K H S L
Decimal 237 162 77 0 0.32 0.68 0.07 31.88 0.82 0.62
Hex ED A2 4D 0 20 44 7 20 52 3E
Octal 355 242 115 0 40 104 7 40 122 76
Binary 11101101 10100010 1001101 0 100000 1000100 111 100000 1010010 111110

Color Harmonies of #EDA24D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA24D

Black with #EDA24D

Text Example


Text Example

White with #EDA24D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA24D; }

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

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

background-color css

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

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

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

border-color css

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

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

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