Html Css Color HEX #ED842D Sun

📋 copy color: '#ED842D'

red 237 ◦ green 132 ◦ blue 45

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

Shades of Sun #ED842D

Tints of Sun #ED842D

RGB

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

 GREEN value IS 132 (51.95% from 255) = 31.88%

 BLUE value IS 45 (17.97% from 255) = 10.87%

R = 57.25%
G = 31.88%
B = 10.87%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#ED842D (or 0xED842D) is known color: Sun. HEX triplet: ED, 84 and 2D. RGB value is (237,132,45). Sum of RGB (Red+Green+Blue) = 237+132+45=414 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.25% from 414); Green value is 132 (51.95% from 255 or 31.88% from 414); Blue value is 45 (17.97% from 255 or 10.87% from 414); Max value from RGB is 237 - color contains mainly: red. Hex color #ED842D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED842D is #127BD2. Grayscale: #999999. Windows color (decimal): -1211347 or 2983149. OLE color: 2983149.

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

Color convert

RGB 237 132 45 -
CMYK 0 0.44 0.81 0.07
HSL 27.19º 0.84% 0.55% -
HSV(B) 27.19º 0.81% 0.93% -
XYZ 43.65 34.7 6.88 -
YUV 153.48 66.79 187.57 -
System Red Green Blue C M Y K H S L
Decimal 237 132 45 0 0.44 0.81 0.07 27.19 0.84 0.55
Hex ED 84 2D 0 2C 51 7 1B 54 37
Octal 355 204 55 0 54 121 7 33 124 67
Binary 11101101 10000100 101101 0 101100 1010001 111 11011 1010100 110111

Color Harmonies of #ED842D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED842D

Black with #ED842D

Text Example


Text Example

White with #ED842D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED842D; }

 p { color: rgb(237,132,45); }

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

background-color css

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

 a { background-color: rgb(237,132,45); }

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

border-color css

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

 span { border-color: rgb(237,132,45); }

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