Html Css Color HEX #EB6B2F Sorbus

📋 copy color: '#EB6B2F'

red 235 ◦ green 107 ◦ blue 47

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

Shades of Sorbus #EB6B2F

Tints of Sorbus #EB6B2F

RGB

 RED value IS 235 (92.19% from 255) = 60.41%

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

 BLUE value IS 47 (18.75% from 255) = 12.08%

R = 60.41%
G = 27.51%
B = 12.08%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.8

 K value IS 0.08

RGB Variations

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

Color information

#EB6B2F (or 0xEB6B2F) is known color: Sorbus. HEX triplet: EB, 6B and 2F. RGB value is (235,107,47). Sum of RGB (Red+Green+Blue) = 235+107+47=389 (51% of max value = 765). Red value is 235 (92.19% from 255 or 60.41% from 389); Green value is 107 (42.19% from 255 or 27.51% from 389); Blue value is 47 (18.75% from 255 or 12.08% from 389); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6B2F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB6B2F is #1494D0. Grayscale: #8A8A8A. Windows color (decimal): -1348817 or 3107819. OLE color: 3107819.

HSL color Cylindrical-coordinate representation of color #EB6B2F: hue angle of 19.15º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EB6B2F is Cyan = 0, Magento = 0.54, Yellow = 0.8 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 107 47 -
CMYK 0 0.54 0.8 0.08
HSL 19.15º 0.82% 0.55% -
HSV(B) 19.15º 0.8% 0.92% -
XYZ 40.03 28.38 6.06 -
YUV 138.43 76.41 196.88 -
System Red Green Blue C M Y K H S L
Decimal 235 107 47 0 0.54 0.8 0.08 19.15 0.82 0.55
Hex EB 6B 2F 0 36 50 8 13 52 37
Octal 353 153 57 0 66 120 10 23 122 67
Binary 11101011 1101011 101111 0 110110 1010000 1000 10011 1010010 110111

Color Harmonies of #EB6B2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB6B2F

Black with #EB6B2F

Text Example


Text Example

White with #EB6B2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB6B2F; }

 p { color: rgb(235,107,47); }

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

background-color css

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

 a { background-color: rgb(235,107,47); }

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

border-color css

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

 span { border-color: rgb(235,107,47); }

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