Html Css Color HEX #EB692C Sorbus

📋 copy color: '#EB692C'

red 235 ◦ green 105 ◦ blue 44

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

Shades of Sorbus #EB692C

Tints of Sorbus #EB692C

RGB

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

 GREEN value IS 105 (41.41% from 255) = 27.34%

 BLUE value IS 44 (17.58% from 255) = 11.46%

R = 61.2%
G = 27.34%
B = 11.46%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.81

 K value IS 0.08

RGB Variations

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

Color information

#EB692C (or 0xEB692C) is known color: Sorbus. HEX triplet: EB, 69 and 2C. RGB value is (235,105,44). Sum of RGB (Red+Green+Blue) = 235+105+44=384 (50% of max value = 765). Red value is 235 (92.19% from 255 or 61.20% from 384); Green value is 105 (41.41% from 255 or 27.34% from 384); Blue value is 44 (17.58% from 255 or 11.46% from 384); Max value from RGB is 235 - color contains mainly: red. Hex color #EB692C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB692C is #1496D3. Grayscale: #898989. Windows color (decimal): -1349332 or 2910699. OLE color: 2910699.

HSL color Cylindrical-coordinate representation of color #EB692C: hue angle of 19.16º 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 #EB692C is Cyan = 0, Magento = 0.55, Yellow = 0.81 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 105 44 -
CMYK 0 0.55 0.81 0.08
HSL 19.16º 0.83% 0.55% -
HSV(B) 19.16º 0.81% 0.92% -
XYZ 39.77 27.95 5.68 -
YUV 136.92 75.57 197.96 -
System Red Green Blue C M Y K H S L
Decimal 235 105 44 0 0.55 0.81 0.08 19.16 0.83 0.55
Hex EB 69 2C 0 37 51 8 13 53 37
Octal 353 151 54 0 67 121 10 23 123 67
Binary 11101011 1101001 101100 0 110111 1010001 1000 10011 1010011 110111

Color Harmonies of #EB692C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB692C

Black with #EB692C

Text Example


Text Example

White with #EB692C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB692C; }

 p { color: rgb(235,105,44); }

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

background-color css

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

 a { background-color: rgb(235,105,44); }

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

border-color css

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

 span { border-color: rgb(235,105,44); }

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