Html Css Color HEX #ED882E Sun

📋 copy color: '#ED882E'

red 237 ◦ green 136 ◦ blue 46

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

Shades of Sun #ED882E

Tints of Sun #ED882E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 10.98%

R = 56.56%
G = 32.46%
B = 10.98%

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

#ED882E (or 0xED882E) is known color: Sun. HEX triplet: ED, 88 and 2E. RGB value is (237,136,46). Sum of RGB (Red+Green+Blue) = 237+136+46=419 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.56% from 419); Green value is 136 (53.52% from 255 or 32.46% from 419); Blue value is 46 (18.36% from 255 or 10.98% from 419); Max value from RGB is 237 - color contains mainly: red. Hex color #ED882E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED882E is #1277D1. Grayscale: #9C9C9C. Windows color (decimal): -1210322 or 3049709. OLE color: 3049709.

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

Color convert

RGB 237 136 46 -
CMYK 0 0.43 0.81 0.07
HSL 28.27º 0.84% 0.55% -
HSV(B) 28.27º 0.81% 0.93% -
XYZ 44.22 35.81 7.17 -
YUV 155.94 65.96 185.82 -
System Red Green Blue C M Y K H S L
Decimal 237 136 46 0 0.43 0.81 0.07 28.27 0.84 0.55
Hex ED 88 2E 0 2B 51 7 1C 54 37
Octal 355 210 56 0 53 121 7 34 124 67
Binary 11101101 10001000 101110 0 101011 1010001 111 11100 1010100 110111

Color Harmonies of #ED882E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED882E

Black with #ED882E

Text Example


Text Example

White with #ED882E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED882E; }

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

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

background-color css

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

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

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

border-color css

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

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

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