Html Css Color HEX #EB6129 Sorbus

📋 copy color: '#EB6129'

red 235 ◦ green 97 ◦ blue 41

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

Shades of Sorbus #EB6129

Tints of Sorbus #EB6129

RGB

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

 GREEN value IS 97 (38.28% from 255) = 26.01%

 BLUE value IS 41 (16.41% from 255) = 10.99%

R = 63%
G = 26.01%
B = 10.99%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.83

 K value IS 0.08

RGB Variations

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

Color information

#EB6129 (or 0xEB6129) is known color: Sorbus. HEX triplet: EB, 61 and 29. RGB value is (235,97,41). Sum of RGB (Red+Green+Blue) = 235+97+41=373 (49% of max value = 765). Red value is 235 (92.19% from 255 or 63.00% from 373); Green value is 97 (38.28% from 255 or 26.01% from 373); Blue value is 41 (16.41% from 255 or 10.99% from 373); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6129 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB6129 is #149ED6. Grayscale: #848484. Windows color (decimal): -1351383 or 2712043. OLE color: 2712043.

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

Color convert

RGB 235 97 41 -
CMYK 0 0.59 0.83 0.08
HSL 17.32º 0.83% 0.54% -
HSV(B) 17.32º 0.83% 0.92% -
XYZ 38.94 26.37 5.14 -
YUV 131.88 76.72 201.55 -
System Red Green Blue C M Y K H S L
Decimal 235 97 41 0 0.59 0.83 0.08 17.32 0.83 0.54
Hex EB 61 29 0 3B 53 8 11 53 36
Octal 353 141 51 0 73 123 10 21 123 66
Binary 11101011 1100001 101001 0 111011 1010011 1000 10001 1010011 110110

Color Harmonies of #EB6129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB6129

Black with #EB6129

Text Example


Text Example

White with #EB6129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB6129; }

 p { color: rgb(235,97,41); }

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

background-color css

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

 a { background-color: rgb(235,97,41); }

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

border-color css

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

 span { border-color: rgb(235,97,41); }

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