Html Css Color HEX #EA643D Sorbus

📋 copy color: '#EA643D'

red 234 ◦ green 100 ◦ blue 61

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

Shades of Sorbus #EA643D

Tints of Sorbus #EA643D

RGB

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

 GREEN value IS 100 (39.45% from 255) = 25.32%

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

R = 59.24%
G = 25.32%
B = 15.44%

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

#EA643D (or 0xEA643D) is known color: Sorbus. HEX triplet: EA, 64 and 3D. RGB value is (234,100,61). Sum of RGB (Red+Green+Blue) = 234+100+61=395 (52% of max value = 765). Red value is 234 (91.80% from 255 or 59.24% from 395); Green value is 100 (39.45% from 255 or 25.32% from 395); Blue value is 61 (24.22% from 255 or 15.44% from 395); Max value from RGB is 234 - color contains mainly: red. Hex color #EA643D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA643D is #159BC2. Grayscale: #878787. Windows color (decimal): -1416131 or 4023530. OLE color: 4023530.

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

Color convert

RGB 234 100 61 -
CMYK 0 0.57 0.74 0.08
HSL 13.53º 0.8% 0.58% -
HSV(B) 13.53º 0.74% 0.92% -
XYZ 39.33 26.94 7.54 -
YUV 135.62 85.89 198.17 -
System Red Green Blue C M Y K H S L
Decimal 234 100 61 0 0.57 0.74 0.08 13.53 0.8 0.58
Hex EA 64 3D 0 39 4A 8 E 50 3A
Octal 352 144 75 0 71 112 10 16 120 72
Binary 11101010 1100100 111101 0 111001 1001010 1000 1110 1010000 111010

Color Harmonies of #EA643D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA643D

Black with #EA643D

Text Example


Text Example

White with #EA643D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA643D; }

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

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

background-color css

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

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

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

border-color css

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

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

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