Html Css Color HEX #ED8D2F Sun

📋 copy color: '#ED8D2F'

red 237 ◦ green 141 ◦ blue 47

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

Shades of Sun #ED8D2F

Tints of Sun #ED8D2F

RGB

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

 GREEN value IS 141 (55.47% from 255) = 33.18%

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

R = 55.76%
G = 33.18%
B = 11.06%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#ED8D2F (or 0xED8D2F) is known color: Sun. HEX triplet: ED, 8D and 2F. RGB value is (237,141,47). Sum of RGB (Red+Green+Blue) = 237+141+47=425 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.76% from 425); Green value is 141 (55.47% from 255 or 33.18% from 425); Blue value is 47 (18.75% from 255 or 11.06% from 425); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8D2F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED8D2F is #1272D0. Grayscale: #9F9F9F. Windows color (decimal): -1209041 or 3116525. OLE color: 3116525.

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

Color convert

RGB 237 141 47 -
CMYK 0 0.41 0.80 0.07
HSL 29.68º 0.84% 0.56% -
HSV(B) 29.68º 0.8% 0.93% -
XYZ 44.96 37.26 7.51 -
YUV 158.99 64.8 183.64 -
System Red Green Blue C M Y K H S L
Decimal 237 141 47 0 0.41 0.80 0.07 29.68 0.84 0.56
Hex ED 8D 2F 0 29 50 7 1E 54 38
Octal 355 215 57 0 51 120 7 36 124 70
Binary 11101101 10001101 101111 0 101001 1010000 111 11110 1010100 111000

Color Harmonies of #ED8D2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8D2F

Black with #ED8D2F

Text Example


Text Example

White with #ED8D2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8D2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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