Html Css Color HEX #EA673F Sorbus

📋 copy color: '#EA673F'

red 234 ◦ green 103 ◦ blue 63

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

Shades of Sorbus #EA673F

Tints of Sorbus #EA673F

RGB

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

 GREEN value IS 103 (40.63% from 255) = 25.75%

 BLUE value IS 63 (25% from 255) = 15.75%

R = 58.5%
G = 25.75%
B = 15.75%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.73

 K value IS 0.08

RGB Variations

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

Color information

#EA673F (or 0xEA673F) is known color: Sorbus. HEX triplet: EA, 67 and 3F. RGB value is (234,103,63). Sum of RGB (Red+Green+Blue) = 234+103+63=400 (52% of max value = 765). Red value is 234 (91.80% from 255 or 58.5% from 400); Green value is 103 (40.62% from 255 or 25.75% from 400); Blue value is 63 (25% from 255 or 15.75% from 400); Max value from RGB is 234 - color contains mainly: red. Hex color #EA673F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA673F is #1598C0. Grayscale: #898989. Windows color (decimal): -1415361 or 4155370. OLE color: 4155370.

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

Color convert

RGB 234 103 63 -
CMYK 0 0.56 0.73 0.08
HSL 14.04º 0.8% 0.58% -
HSV(B) 14.04º 0.73% 0.92% -
XYZ 39.68 27.55 7.93 -
YUV 137.61 85.9 196.75 -
System Red Green Blue C M Y K H S L
Decimal 234 103 63 0 0.56 0.73 0.08 14.04 0.8 0.58
Hex EA 67 3F 0 38 49 8 E 50 3A
Octal 352 147 77 0 70 111 10 16 120 72
Binary 11101010 1100111 111111 0 111000 1001001 1000 1110 1010000 111010

Color Harmonies of #EA673F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA673F

Black with #EA673F

Text Example


Text Example

White with #EA673F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA673F; }

 p { color: rgb(234,103,63); }

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

background-color css

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

 a { background-color: rgb(234,103,63); }

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

border-color css

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

 span { border-color: rgb(234,103,63); }

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