Html Css Color HEX #EA6434 Sorbus

📋 copy color: '#EA6434'

red 234 ◦ green 100 ◦ blue 52

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

Shades of Sorbus #EA6434

Tints of Sorbus #EA6434

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 13.47%

R = 60.62%
G = 25.91%
B = 13.47%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.78

 K value IS 0.08

RGB Variations

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

Color information

#EA6434 (or 0xEA6434) is known color: Sorbus. HEX triplet: EA, 64 and 34. RGB value is (234,100,52). Sum of RGB (Red+Green+Blue) = 234+100+52=386 (51% of max value = 765). Red value is 234 (91.80% from 255 or 60.62% from 386); Green value is 100 (39.45% from 255 or 25.91% from 386); Blue value is 52 (20.70% from 255 or 13.47% from 386); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6434 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA6434 is #159BCB. Grayscale: #868686. Windows color (decimal): -1416140 or 3433706. OLE color: 3433706.

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

Color convert

RGB 234 100 52 -
CMYK 0 0.57 0.78 0.08
HSL 15.82º 0.81% 0.56% -
HSV(B) 15.82º 0.78% 0.92% -
XYZ 39.11 26.85 6.37 -
YUV 134.59 81.39 198.9 -
System Red Green Blue C M Y K H S L
Decimal 234 100 52 0 0.57 0.78 0.08 15.82 0.81 0.56
Hex EA 64 34 0 39 4E 8 10 51 38
Octal 352 144 64 0 71 116 10 20 121 70
Binary 11101010 1100100 110100 0 111001 1001110 1000 10000 1010001 111000

Color Harmonies of #EA6434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA6434

Black with #EA6434

Text Example


Text Example

White with #EA6434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA6434; }

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

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

background-color css

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

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

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

border-color css

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

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

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