Html Css Color HEX #EA6E3B Sorbus

📋 copy color: '#EA6E3B'

red 234 ◦ green 110 ◦ blue 59

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

Shades of Sorbus #EA6E3B

Tints of Sorbus #EA6E3B

RGB

 RED value IS 234 (91.8% from 255) = 58.06%

 GREEN value IS 110 (43.36% from 255) = 27.3%

 BLUE value IS 59 (23.44% from 255) = 14.64%

R = 58.06%
G = 27.3%
B = 14.64%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.75

 K value IS 0.08

RGB Variations

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

Color information

#EA6E3B (or 0xEA6E3B) is known color: Sorbus. HEX triplet: EA, 6E and 3B. RGB value is (234,110,59). Sum of RGB (Red+Green+Blue) = 234+110+59=403 (53% of max value = 765). Red value is 234 (91.80% from 255 or 58.06% from 403); Green value is 110 (43.36% from 255 or 27.30% from 403); Blue value is 59 (23.44% from 255 or 14.64% from 403); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6E3B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA6E3B is #1591C4. Grayscale: #8D8D8D. Windows color (decimal): -1413573 or 3895018. OLE color: 3895018.

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

Color convert

RGB 234 110 59 -
CMYK 0 0.53 0.75 0.08
HSL 17.49º 0.81% 0.57% -
HSV(B) 17.49º 0.75% 0.92% -
XYZ 40.3 28.96 7.6 -
YUV 141.26 81.58 194.15 -
System Red Green Blue C M Y K H S L
Decimal 234 110 59 0 0.53 0.75 0.08 17.49 0.81 0.57
Hex EA 6E 3B 0 35 4B 8 11 51 39
Octal 352 156 73 0 65 113 10 21 121 71
Binary 11101010 1101110 111011 0 110101 1001011 1000 10001 1010001 111001

Color Harmonies of #EA6E3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA6E3B

Black with #EA6E3B

Text Example


Text Example

White with #EA6E3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA6E3B; }

 p { color: rgb(234,110,59); }

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

background-color css

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

 a { background-color: rgb(234,110,59); }

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

border-color css

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

 span { border-color: rgb(234,110,59); }

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