Html Css Color HEX #EA602F Sorbus

📋 copy color: '#EA602F'

red 234 ◦ green 96 ◦ blue 47

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

Shades of Sorbus #EA602F

Tints of Sorbus #EA602F

RGB

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

 GREEN value IS 96 (37.89% from 255) = 25.46%

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

R = 62.07%
G = 25.46%
B = 12.47%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.80

 K value IS 0.08

RGB Variations

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

Color information

#EA602F (or 0xEA602F) is known color: Sorbus. HEX triplet: EA, 60 and 2F. RGB value is (234,96,47). Sum of RGB (Red+Green+Blue) = 234+96+47=377 (49% of max value = 765). Red value is 234 (91.80% from 255 or 62.07% from 377); Green value is 96 (37.89% from 255 or 25.46% from 377); Blue value is 47 (18.75% from 255 or 12.47% from 377); Max value from RGB is 234 - color contains mainly: red. Hex color #EA602F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA602F is #159FD0. Grayscale: #848484. Windows color (decimal): -1417169 or 3105002. OLE color: 3105002.

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

Color convert

RGB 234 96 47 -
CMYK 0 0.59 0.80 0.08
HSL 15.72º 0.82% 0.55% -
HSV(B) 15.72º 0.8% 0.92% -
XYZ 38.63 26.06 5.68 -
YUV 131.68 80.22 200.98 -
System Red Green Blue C M Y K H S L
Decimal 234 96 47 0 0.59 0.80 0.08 15.72 0.82 0.55
Hex EA 60 2F 0 3B 50 8 10 52 37
Octal 352 140 57 0 73 120 10 20 122 67
Binary 11101010 1100000 101111 0 111011 1010000 1000 10000 1010010 110111

Color Harmonies of #EA602F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA602F

Black with #EA602F

Text Example


Text Example

White with #EA602F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA602F; }

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

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

background-color css

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

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

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

border-color css

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

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

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