Html Css Color HEX #EB642E Sorbus

📋 copy color: '#EB642E'

red 235 ◦ green 100 ◦ blue 46

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

Shades of Sorbus #EB642E

Tints of Sorbus #EB642E

RGB

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

 GREEN value IS 100 (39.45% from 255) = 26.25%

 BLUE value IS 46 (18.36% from 255) = 12.07%

R = 61.68%
G = 26.25%
B = 12.07%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.80

 K value IS 0.08

RGB Variations

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

Color information

#EB642E (or 0xEB642E) is known color: Sorbus. HEX triplet: EB, 64 and 2E. RGB value is (235,100,46). Sum of RGB (Red+Green+Blue) = 235+100+46=381 (50% of max value = 765). Red value is 235 (92.19% from 255 or 61.68% from 381); Green value is 100 (39.45% from 255 or 26.25% from 381); Blue value is 46 (18.36% from 255 or 12.07% from 381); Max value from RGB is 235 - color contains mainly: red. Hex color #EB642E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB642E is #149BD1. Grayscale: #868686. Windows color (decimal): -1350610 or 3040491. OLE color: 3040491.

HSL color Cylindrical-coordinate representation of color #EB642E: hue angle of 17.14º degrees, saturation: 0.83, 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 #EB642E is Cyan = 0, Magento = 0.57, Yellow = 0.80 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 100 46 -
CMYK 0 0.57 0.80 0.08
HSL 17.14º 0.83% 0.55% -
HSV(B) 17.14º 0.8% 0.92% -
XYZ 39.31 26.97 5.72 -
YUV 134.21 78.23 199.89 -
System Red Green Blue C M Y K H S L
Decimal 235 100 46 0 0.57 0.80 0.08 17.14 0.83 0.55
Hex EB 64 2E 0 39 50 8 11 53 37
Octal 353 144 56 0 71 120 10 21 123 67
Binary 11101011 1100100 101110 0 111001 1010000 1000 10001 1010011 110111

Color Harmonies of #EB642E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB642E

Black with #EB642E

Text Example


Text Example

White with #EB642E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB642E; }

 p { color: rgb(235,100,46); }

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

background-color css

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

 a { background-color: rgb(235,100,46); }

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

border-color css

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

 span { border-color: rgb(235,100,46); }

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