Html Css Color HEX #ED882D Sun

📋 copy color: '#ED882D'

red 237 ◦ green 136 ◦ blue 45

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

Shades of Sun #ED882D

Tints of Sun #ED882D

RGB

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

 GREEN value IS 136 (53.52% from 255) = 32.54%

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

R = 56.7%
G = 32.54%
B = 10.77%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#ED882D (or 0xED882D) is known color: Sun. HEX triplet: ED, 88 and 2D. RGB value is (237,136,45). Sum of RGB (Red+Green+Blue) = 237+136+45=418 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.70% from 418); Green value is 136 (53.52% from 255 or 32.54% from 418); Blue value is 45 (17.97% from 255 or 10.77% from 418); Max value from RGB is 237 - color contains mainly: red. Hex color #ED882D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED882D is #1277D2. Grayscale: #9C9C9C. Windows color (decimal): -1210323 or 2984173. OLE color: 2984173.

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

Color convert

RGB 237 136 45 -
CMYK 0 0.43 0.81 0.07
HSL 28.44º 0.84% 0.55% -
HSV(B) 28.44º 0.81% 0.93% -
XYZ 44.2 35.8 7.06 -
YUV 155.83 65.46 185.9 -
System Red Green Blue C M Y K H S L
Decimal 237 136 45 0 0.43 0.81 0.07 28.44 0.84 0.55
Hex ED 88 2D 0 2B 51 7 1C 54 37
Octal 355 210 55 0 53 121 7 34 124 67
Binary 11101101 10001000 101101 0 101011 1010001 111 11100 1010100 110111

Color Harmonies of #ED882D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED882D

Black with #ED882D

Text Example


Text Example

White with #ED882D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED882D; }

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

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

background-color css

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

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

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

border-color css

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

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

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