Html Css Color HEX #ED673E Sorbus

📋 copy color: '#ED673E'

red 237 ◦ green 103 ◦ blue 62

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

Shades of Sorbus #ED673E

Tints of Sorbus #ED673E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 15.42%

R = 58.96%
G = 25.62%
B = 15.42%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#ED673E (or 0xED673E) is known color: Sorbus. HEX triplet: ED, 67 and 3E. RGB value is (237,103,62). Sum of RGB (Red+Green+Blue) = 237+103+62=402 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.96% from 402); Green value is 103 (40.62% from 255 or 25.62% from 402); Blue value is 62 (24.61% from 255 or 15.42% from 402); Max value from RGB is 237 - color contains mainly: red. Hex color #ED673E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED673E is #1298C1. Grayscale: #8A8A8A. Windows color (decimal): -1218754 or 4089837. OLE color: 4089837.

HSL color Cylindrical-coordinate representation of color #ED673E: hue angle of 14.06º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #ED673E is Cyan = 0, Magento = 0.57, Yellow = 0.74 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 103 62 -
CMYK 0 0.57 0.74 0.07
HSL 14.06º 0.83% 0.59% -
HSV(B) 14.06º 0.74% 0.93% -
XYZ 40.64 28.05 7.83 -
YUV 138.39 84.89 198.33 -
System Red Green Blue C M Y K H S L
Decimal 237 103 62 0 0.57 0.74 0.07 14.06 0.83 0.59
Hex ED 67 3E 0 39 4A 7 E 53 3B
Octal 355 147 76 0 71 112 7 16 123 73
Binary 11101101 1100111 111110 0 111001 1001010 111 1110 1010011 111011

Color Harmonies of #ED673E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED673E

Black with #ED673E

Text Example


Text Example

White with #ED673E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED673E; }

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

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

background-color css

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

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

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

border-color css

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

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

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