Html Css Color HEX #ED882C Sun

📋 copy color: '#ED882C'

red 237 ◦ green 136 ◦ blue 44

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

Shades of Sun #ED882C

Tints of Sun #ED882C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 10.55%

R = 56.83%
G = 32.61%
B = 10.55%

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

#ED882C (or 0xED882C) is known color: Sun. HEX triplet: ED, 88 and 2C. RGB value is (237,136,44). Sum of RGB (Red+Green+Blue) = 237+136+44=417 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.83% from 417); Green value is 136 (53.52% from 255 or 32.61% from 417); Blue value is 44 (17.58% from 255 or 10.55% from 417); Max value from RGB is 237 - color contains mainly: red. Hex color #ED882C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED882C is #1277D3. Grayscale: #9C9C9C. Windows color (decimal): -1210324 or 2918637. OLE color: 2918637.

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

Color convert

RGB 237 136 44 -
CMYK 0 0.43 0.81 0.07
HSL 28.6º 0.84% 0.55% -
HSV(B) 28.6º 0.81% 0.93% -
XYZ 44.18 35.79 6.96 -
YUV 155.71 64.96 185.98 -
System Red Green Blue C M Y K H S L
Decimal 237 136 44 0 0.43 0.81 0.07 28.6 0.84 0.55
Hex ED 88 2C 0 2B 51 7 1D 54 37
Octal 355 210 54 0 53 121 7 35 124 67
Binary 11101101 10001000 101100 0 101011 1010001 111 11101 1010100 110111

Color Harmonies of #ED882C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED882C

Black with #ED882C

Text Example


Text Example

White with #ED882C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED882C; }

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

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

background-color css

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

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

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

border-color css

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

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

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