Html Css Color HEX #EA652F Sorbus

📋 copy color: '#EA652F'

red 234 ◦ green 101 ◦ blue 47

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

Shades of Sorbus #EA652F

Tints of Sorbus #EA652F

RGB

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

 GREEN value IS 101 (39.84% from 255) = 26.44%

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

R = 61.26%
G = 26.44%
B = 12.3%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.80

 K value IS 0.08

RGB Variations

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

Color information

#EA652F (or 0xEA652F) is known color: Sorbus. HEX triplet: EA, 65 and 2F. RGB value is (234,101,47). Sum of RGB (Red+Green+Blue) = 234+101+47=382 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.26% from 382); Green value is 101 (39.84% from 255 or 26.44% from 382); Blue value is 47 (18.75% from 255 or 12.30% from 382); Max value from RGB is 234 - color contains mainly: red. Hex color #EA652F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA652F is #159AD0. Grayscale: #868686. Windows color (decimal): -1415889 or 3106282. OLE color: 3106282.

HSL color Cylindrical-coordinate representation of color #EA652F: hue angle of 17.33º 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 #EA652F is Cyan = 0, Magento = 0.57, Yellow = 0.80 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 101 47 -
CMYK 0 0.57 0.80 0.08
HSL 17.33º 0.82% 0.55% -
HSV(B) 17.33º 0.8% 0.92% -
XYZ 39.1 27.01 5.84 -
YUV 134.61 78.56 198.89 -
System Red Green Blue C M Y K H S L
Decimal 234 101 47 0 0.57 0.80 0.08 17.33 0.82 0.55
Hex EA 65 2F 0 39 50 8 11 52 37
Octal 352 145 57 0 71 120 10 21 122 67
Binary 11101010 1100101 101111 0 111001 1010000 1000 10001 1010010 110111

Color Harmonies of #EA652F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA652F

Black with #EA652F

Text Example


Text Example

White with #EA652F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA652F; }

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

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

background-color css

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

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

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

border-color css

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

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

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