Html Css Color HEX #ED6D3E Sorbus

📋 copy color: '#ED6D3E'

red 237 ◦ green 109 ◦ blue 62

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

Shades of Sorbus #ED6D3E

Tints of Sorbus #ED6D3E

RGB

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

 GREEN value IS 109 (42.97% from 255) = 26.72%

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

R = 58.09%
G = 26.72%
B = 15.2%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#ED6D3E (or 0xED6D3E) is known color: Sorbus. HEX triplet: ED, 6D and 3E. RGB value is (237,109,62). Sum of RGB (Red+Green+Blue) = 237+109+62=408 (54% of max value = 765). Red value is 237 (92.97% from 255 or 58.09% from 408); Green value is 109 (42.97% from 255 or 26.72% from 408); Blue value is 62 (24.61% from 255 or 15.20% from 408); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6D3E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED6D3E is #1292C1. Grayscale: #8E8E8E. Windows color (decimal): -1217218 or 4091373. OLE color: 4091373.

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

Color convert

RGB 237 109 62 -
CMYK 0 0.54 0.74 0.07
HSL 16.11º 0.83% 0.59% -
HSV(B) 16.11º 0.74% 0.93% -
XYZ 41.26 29.29 8.04 -
YUV 141.91 82.91 195.82 -
System Red Green Blue C M Y K H S L
Decimal 237 109 62 0 0.54 0.74 0.07 16.11 0.83 0.59
Hex ED 6D 3E 0 36 4A 7 10 53 3B
Octal 355 155 76 0 66 112 7 20 123 73
Binary 11101101 1101101 111110 0 110110 1001010 111 10000 1010011 111011

Color Harmonies of #ED6D3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6D3E

Black with #ED6D3E

Text Example


Text Example

White with #ED6D3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6D3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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