Html Css Color HEX #ED6B34 Sorbus

📋 copy color: '#ED6B34'

red 237 ◦ green 107 ◦ blue 52

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

Shades of Sorbus #ED6B34

Tints of Sorbus #ED6B34

RGB

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

 GREEN value IS 107 (42.19% from 255) = 27.02%

 BLUE value IS 52 (20.7% from 255) = 13.13%

R = 59.85%
G = 27.02%
B = 13.13%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#ED6B34 (or 0xED6B34) is known color: Sorbus. HEX triplet: ED, 6B and 34. RGB value is (237,107,52). Sum of RGB (Red+Green+Blue) = 237+107+52=396 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.85% from 396); Green value is 107 (42.19% from 255 or 27.02% from 396); Blue value is 52 (20.70% from 255 or 13.13% from 396); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6B34 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED6B34 is #1294CB. Grayscale: #8B8B8B. Windows color (decimal): -1217740 or 3435501. OLE color: 3435501.

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

Color convert

RGB 237 107 52 -
CMYK 0 0.55 0.78 0.07
HSL 17.84º 0.84% 0.57% -
HSV(B) 17.84º 0.78% 0.93% -
XYZ 40.8 28.77 6.65 -
YUV 139.6 78.57 197.47 -
System Red Green Blue C M Y K H S L
Decimal 237 107 52 0 0.55 0.78 0.07 17.84 0.84 0.57
Hex ED 6B 34 0 37 4E 7 12 54 39
Octal 355 153 64 0 67 116 7 22 124 71
Binary 11101101 1101011 110100 0 110111 1001110 111 10010 1010100 111001

Color Harmonies of #ED6B34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6B34

Black with #ED6B34

Text Example


Text Example

White with #ED6B34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6B34; }

 p { color: rgb(237,107,52); }

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

background-color css

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

 a { background-color: rgb(237,107,52); }

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

border-color css

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

 span { border-color: rgb(237,107,52); }

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