Html Css Color HEX #EA6431 Sorbus

📋 copy color: '#EA6431'

red 234 ◦ green 100 ◦ blue 49

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

Shades of Sorbus #EA6431

Tints of Sorbus #EA6431

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 12.79%

R = 61.1%
G = 26.11%
B = 12.79%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.79

 K value IS 0.08

RGB Variations

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

Color information

#EA6431 (or 0xEA6431) is known color: Sorbus. HEX triplet: EA, 64 and 31. RGB value is (234,100,49). Sum of RGB (Red+Green+Blue) = 234+100+49=383 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.10% from 383); Green value is 100 (39.45% from 255 or 26.11% from 383); Blue value is 49 (19.53% from 255 or 12.79% from 383); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6431 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA6431 is #159BCE. Grayscale: #868686. Windows color (decimal): -1416143 or 3237098. OLE color: 3237098.

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

Color convert

RGB 234 100 49 -
CMYK 0 0.57 0.79 0.08
HSL 16.54º 0.81% 0.55% -
HSV(B) 16.54º 0.79% 0.92% -
XYZ 39.04 26.83 6.03 -
YUV 134.25 79.89 199.15 -
System Red Green Blue C M Y K H S L
Decimal 234 100 49 0 0.57 0.79 0.08 16.54 0.81 0.55
Hex EA 64 31 0 39 4F 8 11 51 37
Octal 352 144 61 0 71 117 10 21 121 67
Binary 11101010 1100100 110001 0 111001 1001111 1000 10001 1010001 110111

Color Harmonies of #EA6431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA6431

Black with #EA6431

Text Example


Text Example

White with #EA6431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA6431; }

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

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

background-color css

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

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

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

border-color css

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

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

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