Html Css Color HEX #EA6329 Sorbus

📋 copy color: '#EA6329'

red 234 ◦ green 99 ◦ blue 41

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

Shades of Sorbus #EA6329

Tints of Sorbus #EA6329

RGB

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

 GREEN value IS 99 (39.06% from 255) = 26.47%

 BLUE value IS 41 (16.41% from 255) = 10.96%

R = 62.57%
G = 26.47%
B = 10.96%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.82

 K value IS 0.08

RGB Variations

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

Color information

#EA6329 (or 0xEA6329) is known color: Sorbus. HEX triplet: EA, 63 and 29. RGB value is (234,99,41). Sum of RGB (Red+Green+Blue) = 234+99+41=374 (49% of max value = 765). Red value is 234 (91.80% from 255 or 62.57% from 374); Green value is 99 (39.06% from 255 or 26.47% from 374); Blue value is 41 (16.41% from 255 or 10.96% from 374); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6329 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA6329 is #159CD6. Grayscale: #858585. Windows color (decimal): -1416407 or 2712554. OLE color: 2712554.

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

Color convert

RGB 234 99 41 -
CMYK 0 0.58 0.82 0.08
HSL 18.03º 0.82% 0.54% -
HSV(B) 18.03º 0.82% 0.92% -
XYZ 38.79 26.58 5.18 -
YUV 132.75 76.23 200.22 -
System Red Green Blue C M Y K H S L
Decimal 234 99 41 0 0.58 0.82 0.08 18.03 0.82 0.54
Hex EA 63 29 0 3A 52 8 12 52 36
Octal 352 143 51 0 72 122 10 22 122 66
Binary 11101010 1100011 101001 0 111010 1010010 1000 10010 1010010 110110

Color Harmonies of #EA6329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA6329

Black with #EA6329

Text Example


Text Example

White with #EA6329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA6329; }

 p { color: rgb(234,99,41); }

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

background-color css

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

 a { background-color: rgb(234,99,41); }

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

border-color css

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

 span { border-color: rgb(234,99,41); }

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