Html Css Color HEX #ED8F2F Sun

📋 copy color: '#ED8F2F'

red 237 ◦ green 143 ◦ blue 47

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

Shades of Sun #ED8F2F

Tints of Sun #ED8F2F

RGB

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

 GREEN value IS 143 (56.25% from 255) = 33.49%

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

R = 55.5%
G = 33.49%
B = 11.01%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#ED8F2F (or 0xED8F2F) is known color: Sun. HEX triplet: ED, 8F and 2F. RGB value is (237,143,47). Sum of RGB (Red+Green+Blue) = 237+143+47=427 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.50% from 427); Green value is 143 (56.25% from 255 or 33.49% from 427); Blue value is 47 (18.75% from 255 or 11.01% from 427); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8F2F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED8F2F is #1270D0. Grayscale: #A0A0A0. Windows color (decimal): -1208529 or 3117037. OLE color: 3117037.

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

Color convert

RGB 237 143 47 -
CMYK 0 0.40 0.80 0.07
HSL 30.32º 0.84% 0.56% -
HSV(B) 30.32º 0.8% 0.93% -
XYZ 45.26 37.85 7.61 -
YUV 160.16 64.14 182.81 -
System Red Green Blue C M Y K H S L
Decimal 237 143 47 0 0.40 0.80 0.07 30.32 0.84 0.56
Hex ED 8F 2F 0 28 50 7 1E 54 38
Octal 355 217 57 0 50 120 7 36 124 70
Binary 11101101 10001111 101111 0 101000 1010000 111 11110 1010100 111000

Color Harmonies of #ED8F2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8F2F

Black with #ED8F2F

Text Example


Text Example

White with #ED8F2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8F2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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