Html Css Color HEX #EA632F Sorbus

📋 copy color: '#EA632F'

red 234 ◦ green 99 ◦ blue 47

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

Shades of Sorbus #EA632F

Tints of Sorbus #EA632F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 12.37%

R = 61.58%
G = 26.05%
B = 12.37%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.80

 K value IS 0.08

RGB Variations

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

Color information

#EA632F (or 0xEA632F) is known color: Sorbus. HEX triplet: EA, 63 and 2F. RGB value is (234,99,47). Sum of RGB (Red+Green+Blue) = 234+99+47=380 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.58% from 380); Green value is 99 (39.06% from 255 or 26.05% from 380); Blue value is 47 (18.75% from 255 or 12.37% from 380); Max value from RGB is 234 - color contains mainly: red. Hex color #EA632F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA632F is #159CD0. Grayscale: #858585. Windows color (decimal): -1416401 or 3105770. OLE color: 3105770.

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

Color convert

RGB 234 99 47 -
CMYK 0 0.58 0.80 0.08
HSL 16.68º 0.82% 0.55% -
HSV(B) 16.68º 0.8% 0.92% -
XYZ 38.91 26.62 5.78 -
YUV 133.44 79.23 199.73 -
System Red Green Blue C M Y K H S L
Decimal 234 99 47 0 0.58 0.80 0.08 16.68 0.82 0.55
Hex EA 63 2F 0 3A 50 8 11 52 37
Octal 352 143 57 0 72 120 10 21 122 67
Binary 11101010 1100011 101111 0 111010 1010000 1000 10001 1010010 110111

Color Harmonies of #EA632F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA632F

Black with #EA632F

Text Example


Text Example

White with #EA632F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA632F; }

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

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

background-color css

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

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

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

border-color css

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

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

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