Html Css Color HEX #EA653C Sorbus

📋 copy color: '#EA653C'

red 234 ◦ green 101 ◦ blue 60

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

Shades of Sorbus #EA653C

Tints of Sorbus #EA653C

RGB

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

 GREEN value IS 101 (39.84% from 255) = 25.57%

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

R = 59.24%
G = 25.57%
B = 15.19%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.74

 K value IS 0.08

RGB Variations

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

Color information

#EA653C (or 0xEA653C) is known color: Sorbus. HEX triplet: EA, 65 and 3C. RGB value is (234,101,60). Sum of RGB (Red+Green+Blue) = 234+101+60=395 (52% of max value = 765). Red value is 234 (91.80% from 255 or 59.24% from 395); Green value is 101 (39.84% from 255 or 25.57% from 395); Blue value is 60 (23.83% from 255 or 15.19% from 395); Max value from RGB is 234 - color contains mainly: red. Hex color #EA653C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA653C is #159AC3. Grayscale: #888888. Windows color (decimal): -1415876 or 3958250. OLE color: 3958250.

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

Color convert

RGB 234 101 60 -
CMYK 0 0.57 0.74 0.08
HSL 14.14º 0.81% 0.58% -
HSV(B) 14.14º 0.74% 0.92% -
XYZ 39.4 27.13 7.43 -
YUV 136.09 85.06 197.83 -
System Red Green Blue C M Y K H S L
Decimal 234 101 60 0 0.57 0.74 0.08 14.14 0.81 0.58
Hex EA 65 3C 0 39 4A 8 E 51 3A
Octal 352 145 74 0 71 112 10 16 121 72
Binary 11101010 1100101 111100 0 111001 1001010 1000 1110 1010001 111010

Color Harmonies of #EA653C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA653C

Black with #EA653C

Text Example


Text Example

White with #EA653C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA653C; }

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

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

background-color css

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

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

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

border-color css

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

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

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