Html Css Color HEX #EA6D3C Sorbus

📋 copy color: '#EA6D3C'

red 234 ◦ green 109 ◦ blue 60

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

Shades of Sorbus #EA6D3C

Tints of Sorbus #EA6D3C

RGB

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

 GREEN value IS 109 (42.97% from 255) = 27.05%

 BLUE value IS 60 (23.83% from 255) = 14.89%

R = 58.06%
G = 27.05%
B = 14.89%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.74

 K value IS 0.08

RGB Variations

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

Color information

#EA6D3C (or 0xEA6D3C) is known color: Sorbus. HEX triplet: EA, 6D and 3C. RGB value is (234,109,60). Sum of RGB (Red+Green+Blue) = 234+109+60=403 (53% of max value = 765). Red value is 234 (91.80% from 255 or 58.06% from 403); Green value is 109 (42.97% from 255 or 27.05% from 403); Blue value is 60 (23.83% from 255 or 14.89% from 403); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6D3C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA6D3C is #1592C3. Grayscale: #8D8D8D. Windows color (decimal): -1413828 or 3960298. OLE color: 3960298.

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

Color convert

RGB 234 109 60 -
CMYK 0 0.53 0.74 0.08
HSL 16.9º 0.81% 0.58% -
HSV(B) 16.9º 0.74% 0.92% -
XYZ 40.22 28.76 7.71 -
YUV 140.79 82.41 194.48 -
System Red Green Blue C M Y K H S L
Decimal 234 109 60 0 0.53 0.74 0.08 16.9 0.81 0.58
Hex EA 6D 3C 0 35 4A 8 11 51 3A
Octal 352 155 74 0 65 112 10 21 121 72
Binary 11101010 1101101 111100 0 110101 1001010 1000 10001 1010001 111010

Color Harmonies of #EA6D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA6D3C

Black with #EA6D3C

Text Example


Text Example

White with #EA6D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA6D3C; }

 p { color: rgb(234,109,60); }

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

background-color css

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

 a { background-color: rgb(234,109,60); }

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

border-color css

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

 span { border-color: rgb(234,109,60); }

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