Html Css Color HEX #ED882F Sun

📋 copy color: '#ED882F'

red 237 ◦ green 136 ◦ blue 47

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

Shades of Sun #ED882F

Tints of Sun #ED882F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 11.19%

R = 56.43%
G = 32.38%
B = 11.19%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#ED882F (or 0xED882F) is known color: Sun. HEX triplet: ED, 88 and 2F. RGB value is (237,136,47). Sum of RGB (Red+Green+Blue) = 237+136+47=420 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.43% from 420); Green value is 136 (53.52% from 255 or 32.38% from 420); Blue value is 47 (18.75% from 255 or 11.19% from 420); Max value from RGB is 237 - color contains mainly: red. Hex color #ED882F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED882F is #1277D0. Grayscale: #9C9C9C. Windows color (decimal): -1210321 or 3115245. OLE color: 3115245.

HSL color Cylindrical-coordinate representation of color #ED882F: hue angle of 28.11º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ED882F is Cyan = 0, Magento = 0.43, Yellow = 0.80 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 136 47 -
CMYK 0 0.43 0.80 0.07
HSL 28.11º 0.84% 0.56% -
HSV(B) 28.11º 0.8% 0.93% -
XYZ 44.24 35.82 7.27 -
YUV 156.05 66.46 185.74 -
System Red Green Blue C M Y K H S L
Decimal 237 136 47 0 0.43 0.80 0.07 28.11 0.84 0.56
Hex ED 88 2F 0 2B 50 7 1C 54 38
Octal 355 210 57 0 53 120 7 34 124 70
Binary 11101101 10001000 101111 0 101011 1010000 111 11100 1010100 111000

Color Harmonies of #ED882F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED882F

Black with #ED882F

Text Example


Text Example

White with #ED882F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED882F; }

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

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

background-color css

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

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

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

border-color css

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

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

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