Html Css Color HEX #EA6D3B Sorbus

📋 copy color: '#EA6D3B'

red 234 ◦ green 109 ◦ blue 59

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

Shades of Sorbus #EA6D3B

Tints of Sorbus #EA6D3B

RGB

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

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

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

R = 58.21%
G = 27.11%
B = 14.68%

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

#EA6D3B (or 0xEA6D3B) is known color: Sorbus. HEX triplet: EA, 6D and 3B. RGB value is (234,109,59). Sum of RGB (Red+Green+Blue) = 234+109+59=402 (53% of max value = 765). Red value is 234 (91.80% from 255 or 58.21% from 402); Green value is 109 (42.97% from 255 or 27.11% from 402); Blue value is 59 (23.44% from 255 or 14.68% from 402); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6D3B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA6D3B is #1592C4. Grayscale: #8D8D8D. Windows color (decimal): -1413829 or 3894762. OLE color: 3894762.

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

Color convert

RGB 234 109 59 -
CMYK 0 0.53 0.75 0.08
HSL 17.14º 0.81% 0.57% -
HSV(B) 17.14º 0.75% 0.92% -
XYZ 40.19 28.75 7.57 -
YUV 140.68 81.91 194.57 -
System Red Green Blue C M Y K H S L
Decimal 234 109 59 0 0.53 0.75 0.08 17.14 0.81 0.57
Hex EA 6D 3B 0 35 4B 8 11 51 39
Octal 352 155 73 0 65 113 10 21 121 71
Binary 11101010 1101101 111011 0 110101 1001011 1000 10001 1010001 111001

Color Harmonies of #EA6D3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA6D3B

Black with #EA6D3B

Text Example


Text Example

White with #EA6D3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA6D3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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