Html Css Color HEX #EA6931 Sorbus

📋 copy color: '#EA6931'

red 234 ◦ green 105 ◦ blue 49

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

Shades of Sorbus #EA6931

Tints of Sorbus #EA6931

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 12.63%

R = 60.31%
G = 27.06%
B = 12.63%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.79

 K value IS 0.08

RGB Variations

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

Color information

#EA6931 (or 0xEA6931) is known color: Sorbus. HEX triplet: EA, 69 and 31. RGB value is (234,105,49). Sum of RGB (Red+Green+Blue) = 234+105+49=388 (51% of max value = 765). Red value is 234 (91.80% from 255 or 60.31% from 388); Green value is 105 (41.41% from 255 or 27.06% from 388); Blue value is 49 (19.53% from 255 or 12.63% from 388); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6931 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA6931 is #1596CE. Grayscale: #898989. Windows color (decimal): -1414863 or 3238378. OLE color: 3238378.

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

Color convert

RGB 234 105 49 -
CMYK 0 0.55 0.79 0.08
HSL 18.16º 0.81% 0.55% -
HSV(B) 18.16º 0.79% 0.92% -
XYZ 39.54 27.82 6.19 -
YUV 137.19 78.24 197.05 -
System Red Green Blue C M Y K H S L
Decimal 234 105 49 0 0.55 0.79 0.08 18.16 0.81 0.55
Hex EA 69 31 0 37 4F 8 12 51 37
Octal 352 151 61 0 67 117 10 22 121 67
Binary 11101010 1101001 110001 0 110111 1001111 1000 10010 1010001 110111

Color Harmonies of #EA6931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA6931

Black with #EA6931

Text Example


Text Example

White with #EA6931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA6931; }

 p { color: rgb(234,105,49); }

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

background-color css

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

 a { background-color: rgb(234,105,49); }

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

border-color css

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

 span { border-color: rgb(234,105,49); }

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