Html Css Color HEX #EB682D Sorbus

📋 copy color: '#EB682D'

red 235 ◦ green 104 ◦ blue 45

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

Shades of Sorbus #EB682D

Tints of Sorbus #EB682D

RGB

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

 GREEN value IS 104 (41.02% from 255) = 27.08%

 BLUE value IS 45 (17.97% from 255) = 11.72%

R = 61.2%
G = 27.08%
B = 11.72%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.81

 K value IS 0.08

RGB Variations

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

Color information

#EB682D (or 0xEB682D) is known color: Sorbus. HEX triplet: EB, 68 and 2D. RGB value is (235,104,45). Sum of RGB (Red+Green+Blue) = 235+104+45=384 (50% of max value = 765). Red value is 235 (92.19% from 255 or 61.20% from 384); Green value is 104 (41.02% from 255 or 27.08% from 384); Blue value is 45 (17.97% from 255 or 11.72% from 384); Max value from RGB is 235 - color contains mainly: red. Hex color #EB682D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB682D is #1497D2. Grayscale: #888888. Windows color (decimal): -1349587 or 2975979. OLE color: 2975979.

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

Color convert

RGB 235 104 45 -
CMYK 0 0.56 0.81 0.08
HSL 18.63º 0.83% 0.55% -
HSV(B) 18.63º 0.81% 0.92% -
XYZ 39.68 27.75 5.75 -
YUV 136.44 76.4 198.3 -
System Red Green Blue C M Y K H S L
Decimal 235 104 45 0 0.56 0.81 0.08 18.63 0.83 0.55
Hex EB 68 2D 0 38 51 8 13 53 37
Octal 353 150 55 0 70 121 10 23 123 67
Binary 11101011 1101000 101101 0 111000 1010001 1000 10011 1010011 110111

Color Harmonies of #EB682D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB682D

Black with #EB682D

Text Example


Text Example

White with #EB682D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB682D; }

 p { color: rgb(235,104,45); }

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

background-color css

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

 a { background-color: rgb(235,104,45); }

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

border-color css

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

 span { border-color: rgb(235,104,45); }

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