Html Css Color HEX #EA6641 Sorbus

📋 copy color: '#EA6641'

red 234 ◦ green 102 ◦ blue 65

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

Shades of Sorbus #EA6641

Tints of Sorbus #EA6641

RGB

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

 GREEN value IS 102 (40.23% from 255) = 25.44%

 BLUE value IS 65 (25.78% from 255) = 16.21%

R = 58.35%
G = 25.44%
B = 16.21%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.72

 K value IS 0.08

RGB Variations

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

Color information

#EA6641 (or 0xEA6641) is known color: Sorbus. HEX triplet: EA, 66 and 41. RGB value is (234,102,65). Sum of RGB (Red+Green+Blue) = 234+102+65=401 (53% of max value = 765). Red value is 234 (91.80% from 255 or 58.35% from 401); Green value is 102 (40.23% from 255 or 25.44% from 401); Blue value is 65 (25.78% from 255 or 16.21% from 401); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6641 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA6641 is #1599BE. Grayscale: #898989. Windows color (decimal): -1415615 or 4286186. OLE color: 4286186.

HSL color Cylindrical-coordinate representation of color #EA6641: hue angle of 13.14º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EA6641 is Cyan = 0, Magento = 0.56, Yellow = 0.72 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 102 65 -
CMYK 0 0.56 0.72 0.08
HSL 13.14º 0.8% 0.59% -
HSV(B) 13.14º 0.72% 0.92% -
XYZ 39.64 27.38 8.2 -
YUV 137.25 87.23 197.01 -
System Red Green Blue C M Y K H S L
Decimal 234 102 65 0 0.56 0.72 0.08 13.14 0.8 0.59
Hex EA 66 41 0 38 48 8 D 50 3B
Octal 352 146 101 0 70 110 10 15 120 73
Binary 11101010 1100110 1000001 0 111000 1001000 1000 1101 1010000 111011

Color Harmonies of #EA6641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA6641

Black with #EA6641

Text Example


Text Example

White with #EA6641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA6641; }

 p { color: rgb(234,102,65); }

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

background-color css

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

 a { background-color: rgb(234,102,65); }

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

border-color css

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

 span { border-color: rgb(234,102,65); }

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