Html Css Color HEX #EA613D Sorbus

📋 copy color: '#EA613D'

red 234 ◦ green 97 ◦ blue 61

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

Shades of Sorbus #EA613D

Tints of Sorbus #EA613D

RGB

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

 GREEN value IS 97 (38.28% from 255) = 24.74%

 BLUE value IS 61 (24.22% from 255) = 15.56%

R = 59.69%
G = 24.74%
B = 15.56%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.74

 K value IS 0.08

RGB Variations

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

Color information

#EA613D (or 0xEA613D) is known color: Sorbus. HEX triplet: EA, 61 and 3D. RGB value is (234,97,61). Sum of RGB (Red+Green+Blue) = 234+97+61=392 (51% of max value = 765). Red value is 234 (91.80% from 255 or 59.69% from 392); Green value is 97 (38.28% from 255 or 24.74% from 392); Blue value is 61 (24.22% from 255 or 15.56% from 392); Max value from RGB is 234 - color contains mainly: red. Hex color #EA613D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA613D is #159EC2. Grayscale: #868686. Windows color (decimal): -1416899 or 4022762. OLE color: 4022762.

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

Color convert

RGB 234 97 61 -
CMYK 0 0.59 0.74 0.08
HSL 12.49º 0.8% 0.58% -
HSV(B) 12.49º 0.74% 0.92% -
XYZ 39.05 26.38 7.45 -
YUV 133.86 86.89 199.43 -
System Red Green Blue C M Y K H S L
Decimal 234 97 61 0 0.59 0.74 0.08 12.49 0.8 0.58
Hex EA 61 3D 0 3B 4A 8 C 50 3A
Octal 352 141 75 0 73 112 10 14 120 72
Binary 11101010 1100001 111101 0 111011 1001010 1000 1100 1010000 111010

Color Harmonies of #EA613D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA613D

Black with #EA613D

Text Example


Text Example

White with #EA613D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA613D; }

 p { color: rgb(234,97,61); }

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

background-color css

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

 a { background-color: rgb(234,97,61); }

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

border-color css

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

 span { border-color: rgb(234,97,61); }

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