Html Css Color HEX #EA643B Sorbus

📋 copy color: '#EA643B'

red 234 ◦ green 100 ◦ blue 59

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

Shades of Sorbus #EA643B

Tints of Sorbus #EA643B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 15.01%

R = 59.54%
G = 25.45%
B = 15.01%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.75

 K value IS 0.08

RGB Variations

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

Color information

#EA643B (or 0xEA643B) is known color: Sorbus. HEX triplet: EA, 64 and 3B. RGB value is (234,100,59). Sum of RGB (Red+Green+Blue) = 234+100+59=393 (52% of max value = 765). Red value is 234 (91.80% from 255 or 59.54% from 393); Green value is 100 (39.45% from 255 or 25.45% from 393); Blue value is 59 (23.44% from 255 or 15.01% from 393); Max value from RGB is 234 - color contains mainly: red. Hex color #EA643B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA643B is #159BC4. Grayscale: #878787. Windows color (decimal): -1416133 or 3892458. OLE color: 3892458.

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

Color convert

RGB 234 100 59 -
CMYK 0 0.57 0.75 0.08
HSL 14.06º 0.81% 0.57% -
HSV(B) 14.06º 0.75% 0.92% -
XYZ 39.28 26.92 7.26 -
YUV 135.39 84.89 198.33 -
System Red Green Blue C M Y K H S L
Decimal 234 100 59 0 0.57 0.75 0.08 14.06 0.81 0.57
Hex EA 64 3B 0 39 4B 8 E 51 39
Octal 352 144 73 0 71 113 10 16 121 71
Binary 11101010 1100100 111011 0 111001 1001011 1000 1110 1010001 111001

Color Harmonies of #EA643B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA643B

Black with #EA643B

Text Example


Text Example

White with #EA643B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA643B; }

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

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

background-color css

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

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

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

border-color css

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

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

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