Html Css Color HEX #EA602D Sorbus

📋 copy color: '#EA602D'

red 234 ◦ green 96 ◦ blue 45

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

Shades of Sorbus #EA602D

Tints of Sorbus #EA602D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 12%

R = 62.4%
G = 25.6%
B = 12%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.81

 K value IS 0.08

RGB Variations

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

Color information

#EA602D (or 0xEA602D) is known color: Sorbus. HEX triplet: EA, 60 and 2D. RGB value is (234,96,45). Sum of RGB (Red+Green+Blue) = 234+96+45=375 (49% of max value = 765). Red value is 234 (91.80% from 255 or 62.4% from 375); Green value is 96 (37.89% from 255 or 25.6% from 375); Blue value is 45 (17.97% from 255 or 12% from 375); Max value from RGB is 234 - color contains mainly: red. Hex color #EA602D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA602D is #159FD2. Grayscale: #838383. Windows color (decimal): -1417171 or 2973930. OLE color: 2973930.

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

Color convert

RGB 234 96 45 -
CMYK 0 0.59 0.81 0.08
HSL 16.19º 0.82% 0.55% -
HSV(B) 16.19º 0.81% 0.92% -
XYZ 38.59 26.05 5.48 -
YUV 131.45 79.22 201.15 -
System Red Green Blue C M Y K H S L
Decimal 234 96 45 0 0.59 0.81 0.08 16.19 0.82 0.55
Hex EA 60 2D 0 3B 51 8 10 52 37
Octal 352 140 55 0 73 121 10 20 122 67
Binary 11101010 1100000 101101 0 111011 1010001 1000 10000 1010010 110111

Color Harmonies of #EA602D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA602D

Black with #EA602D

Text Example


Text Example

White with #EA602D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA602D; }

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

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

background-color css

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

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

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

border-color css

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

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

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