Html Css Color HEX #EA643F Sorbus

📋 copy color: '#EA643F'

red 234 ◦ green 100 ◦ blue 63

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

Shades of Sorbus #EA643F

Tints of Sorbus #EA643F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 15.87%

R = 58.94%
G = 25.19%
B = 15.87%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.73

 K value IS 0.08

RGB Variations

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

Color information

#EA643F (or 0xEA643F) is known color: Sorbus. HEX triplet: EA, 64 and 3F. RGB value is (234,100,63). Sum of RGB (Red+Green+Blue) = 234+100+63=397 (52% of max value = 765). Red value is 234 (91.80% from 255 or 58.94% from 397); Green value is 100 (39.45% from 255 or 25.19% from 397); Blue value is 63 (25% from 255 or 15.87% from 397); Max value from RGB is 234 - color contains mainly: red. Hex color #EA643F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA643F is #159BC0. Grayscale: #888888. Windows color (decimal): -1416129 or 4154602. OLE color: 4154602.

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

Color convert

RGB 234 100 63 -
CMYK 0 0.57 0.73 0.08
HSL 12.98º 0.8% 0.58% -
HSV(B) 12.98º 0.73% 0.92% -
XYZ 39.39 26.97 7.83 -
YUV 135.85 86.89 198.01 -
System Red Green Blue C M Y K H S L
Decimal 234 100 63 0 0.57 0.73 0.08 12.98 0.8 0.58
Hex EA 64 3F 0 39 49 8 D 50 3A
Octal 352 144 77 0 71 111 10 15 120 72
Binary 11101010 1100100 111111 0 111001 1001001 1000 1101 1010000 111010

Color Harmonies of #EA643F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA643F

Black with #EA643F

Text Example


Text Example

White with #EA643F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA643F; }

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

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

background-color css

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

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

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

border-color css

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

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

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