Html Css Color HEX #ED6F34 Sorbus

📋 copy color: '#ED6F34'

red 237 ◦ green 111 ◦ blue 52

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

Shades of Sorbus #ED6F34

Tints of Sorbus #ED6F34

RGB

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

 GREEN value IS 111 (43.75% from 255) = 27.75%

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

R = 59.25%
G = 27.75%
B = 13%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#ED6F34 (or 0xED6F34) is known color: Sorbus. HEX triplet: ED, 6F and 34. RGB value is (237,111,52). Sum of RGB (Red+Green+Blue) = 237+111+52=400 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.25% from 400); Green value is 111 (43.75% from 255 or 27.75% from 400); Blue value is 52 (20.70% from 255 or 13% from 400); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6F34 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED6F34 is #1290CB. Grayscale: #8E8E8E. Windows color (decimal): -1216716 or 3436525. OLE color: 3436525.

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

Color convert

RGB 237 111 52 -
CMYK 0 0.53 0.78 0.07
HSL 19.14º 0.84% 0.57% -
HSV(B) 19.14º 0.78% 0.93% -
XYZ 41.23 29.62 6.79 -
YUV 141.95 77.24 195.8 -
System Red Green Blue C M Y K H S L
Decimal 237 111 52 0 0.53 0.78 0.07 19.14 0.84 0.57
Hex ED 6F 34 0 35 4E 7 13 54 39
Octal 355 157 64 0 65 116 7 23 124 71
Binary 11101101 1101111 110100 0 110101 1001110 111 10011 1010100 111001

Color Harmonies of #ED6F34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6F34

Black with #ED6F34

Text Example


Text Example

White with #ED6F34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6F34; }

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

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

background-color css

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

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

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

border-color css

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

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

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