Html Css Color HEX #ED672E Sorbus

📋 copy color: '#ED672E'

red 237 ◦ green 103 ◦ blue 46

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

Shades of Sorbus #ED672E

Tints of Sorbus #ED672E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 11.92%

R = 61.4%
G = 26.68%
B = 11.92%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#ED672E (or 0xED672E) is known color: Sorbus. HEX triplet: ED, 67 and 2E. RGB value is (237,103,46). Sum of RGB (Red+Green+Blue) = 237+103+46=386 (51% of max value = 765). Red value is 237 (92.97% from 255 or 61.40% from 386); Green value is 103 (40.62% from 255 or 26.68% from 386); Blue value is 46 (18.36% from 255 or 11.92% from 386); Max value from RGB is 237 - color contains mainly: red. Hex color #ED672E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED672E is #1298D1. Grayscale: #888888. Windows color (decimal): -1218770 or 3041261. OLE color: 3041261.

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

Color convert

RGB 237 103 46 -
CMYK 0 0.57 0.81 0.07
HSL 17.91º 0.84% 0.55% -
HSV(B) 17.91º 0.81% 0.93% -
XYZ 40.27 27.9 5.85 -
YUV 136.57 76.89 199.63 -
System Red Green Blue C M Y K H S L
Decimal 237 103 46 0 0.57 0.81 0.07 17.91 0.84 0.55
Hex ED 67 2E 0 39 51 7 12 54 37
Octal 355 147 56 0 71 121 7 22 124 67
Binary 11101101 1100111 101110 0 111001 1010001 111 10010 1010100 110111

Color Harmonies of #ED672E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED672E

Black with #ED672E

Text Example


Text Example

White with #ED672E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED672E; }

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

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

background-color css

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

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

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

border-color css

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

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

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