Html Css Color HEX #ED672F Sorbus

📋 copy color: '#ED672F'

red 237 ◦ green 103 ◦ blue 47

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

Shades of Sorbus #ED672F

Tints of Sorbus #ED672F

RGB

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

 GREEN value IS 103 (40.63% from 255) = 26.61%

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

R = 61.24%
G = 26.61%
B = 12.14%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#ED672F (or 0xED672F) is known color: Sorbus. HEX triplet: ED, 67 and 2F. RGB value is (237,103,47). Sum of RGB (Red+Green+Blue) = 237+103+47=387 (51% of max value = 765). Red value is 237 (92.97% from 255 or 61.24% from 387); Green value is 103 (40.62% from 255 or 26.61% from 387); Blue value is 47 (18.75% from 255 or 12.14% from 387); Max value from RGB is 237 - color contains mainly: red. Hex color #ED672F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED672F is #1298D0. Grayscale: #898989. Windows color (decimal): -1218769 or 3106797. OLE color: 3106797.

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

Color convert

RGB 237 103 47 -
CMYK 0 0.57 0.80 0.07
HSL 17.68º 0.84% 0.56% -
HSV(B) 17.68º 0.8% 0.93% -
XYZ 40.29 27.91 5.95 -
YUV 136.68 77.39 199.55 -
System Red Green Blue C M Y K H S L
Decimal 237 103 47 0 0.57 0.80 0.07 17.68 0.84 0.56
Hex ED 67 2F 0 39 50 7 12 54 38
Octal 355 147 57 0 71 120 7 22 124 70
Binary 11101101 1100111 101111 0 111001 1010000 111 10010 1010100 111000

Color Harmonies of #ED672F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED672F

Black with #ED672F

Text Example


Text Example

White with #ED672F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED672F; }

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

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

background-color css

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

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

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

border-color css

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

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

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