Html Css Color HEX #EA643E Sorbus

📋 copy color: '#EA643E'

red 234 ◦ green 100 ◦ blue 62

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

Shades of Sorbus #EA643E

Tints of Sorbus #EA643E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 15.66%

R = 59.09%
G = 25.25%
B = 15.66%

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

#EA643E (or 0xEA643E) is known color: Sorbus. HEX triplet: EA, 64 and 3E. RGB value is (234,100,62). Sum of RGB (Red+Green+Blue) = 234+100+62=396 (52% of max value = 765). Red value is 234 (91.80% from 255 or 59.09% from 396); Green value is 100 (39.45% from 255 or 25.25% from 396); Blue value is 62 (24.61% from 255 or 15.66% from 396); Max value from RGB is 234 - color contains mainly: red. Hex color #EA643E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA643E is #159BC1. Grayscale: #888888. Windows color (decimal): -1416130 or 4089066. OLE color: 4089066.

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

Color convert

RGB 234 100 62 -
CMYK 0 0.57 0.74 0.08
HSL 13.26º 0.8% 0.58% -
HSV(B) 13.26º 0.74% 0.92% -
XYZ 39.36 26.95 7.69 -
YUV 135.73 86.39 198.09 -
System Red Green Blue C M Y K H S L
Decimal 234 100 62 0 0.57 0.74 0.08 13.26 0.8 0.58
Hex EA 64 3E 0 39 4A 8 D 50 3A
Octal 352 144 76 0 71 112 10 15 120 72
Binary 11101010 1100100 111110 0 111001 1001010 1000 1101 1010000 111010

Color Harmonies of #EA643E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA643E

Black with #EA643E

Text Example


Text Example

White with #EA643E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA643E; }

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

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

background-color css

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

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

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

border-color css

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

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

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