Html Css Color HEX #EDA348 Sunshade

📋 copy color: '#EDA348'

red 237 ◦ green 163 ◦ blue 72

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

Shades of Sunshade #EDA348

Tints of Sunshade #EDA348

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 15.25%

R = 50.21%
G = 34.53%
B = 15.25%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#EDA348 (or 0xEDA348) is known color: Sunshade. HEX triplet: ED, A3 and 48. RGB value is (237,163,72). Sum of RGB (Red+Green+Blue) = 237+163+72=472 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.21% from 472); Green value is 163 (64.06% from 255 or 34.53% from 472); Blue value is 72 (28.52% from 255 or 15.25% from 472); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA348 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA348 is #125CB7. Grayscale: #AFAFAF. Windows color (decimal): -1203384 or 4760557. OLE color: 4760557.

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

Color convert

RGB 237 163 72 -
CMYK 0 0.31 0.70 0.07
HSL 33.09º 0.82% 0.61% -
HSV(B) 33.09º 0.7% 0.93% -
XYZ 49.19 44.67 12.16 -
YUV 174.75 70.02 172.4 -
System Red Green Blue C M Y K H S L
Decimal 237 163 72 0 0.31 0.70 0.07 33.09 0.82 0.61
Hex ED A3 48 0 1F 46 7 21 52 3D
Octal 355 243 110 0 37 106 7 41 122 75
Binary 11101101 10100011 1001000 0 11111 1000110 111 100001 1010010 111101

Color Harmonies of #EDA348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA348

Black with #EDA348

Text Example


Text Example

White with #EDA348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA348; }

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

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

background-color css

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

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

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

border-color css

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

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

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