Html Css Color HEX #E6602A Sorbus

📋 copy color: '#E6602A'

red 230 ◦ green 96 ◦ blue 42

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

Shades of Sorbus #E6602A

Tints of Sorbus #E6602A

RGB

 RED value IS 230 (90.23% from 255) = 62.5%

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

 BLUE value IS 42 (16.8% from 255) = 11.41%

R = 62.5%
G = 26.09%
B = 11.41%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.82

 K value IS 0.10

RGB Variations

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

Color information

#E6602A (or 0xE6602A) is known color: Sorbus. HEX triplet: E6, 60 and 2A. RGB value is (230,96,42). Sum of RGB (Red+Green+Blue) = 230+96+42=368 (48% of max value = 765). Red value is 230 (90.23% from 255 or 62.5% from 368); Green value is 96 (37.89% from 255 or 26.09% from 368); Blue value is 42 (16.80% from 255 or 11.41% from 368); Max value from RGB is 230 - color contains mainly: red. Hex color #E6602A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E6602A is #199FD5. Grayscale: #828282. Windows color (decimal): -1679318 or 2777318. OLE color: 2777318.

HSL color Cylindrical-coordinate representation of color #E6602A: hue angle of 17.23º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E6602A is Cyan = 0, Magento = 0.58, Yellow = 0.82 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 96 42 -
CMYK 0 0.58 0.82 0.10
HSL 17.23º 0.79% 0.53% -
HSV(B) 17.23º 0.82% 0.9% -
XYZ 37.23 25.36 5.12 -
YUV 129.91 78.39 199.39 -
System Red Green Blue C M Y K H S L
Decimal 230 96 42 0 0.58 0.82 0.10 17.23 0.79 0.53
Hex E6 60 2A 0 3A 52 A 11 4F 35
Octal 346 140 52 0 72 122 12 21 117 65
Binary 11100110 1100000 101010 0 111010 1010010 1010 10001 1001111 110101

Color Harmonies of #E6602A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6602A

Black with #E6602A

Text Example


Text Example

White with #E6602A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6602A; }

 p { color: rgb(230,96,42); }

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

background-color css

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

 a { background-color: rgb(230,96,42); }

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

border-color css

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

 span { border-color: rgb(230,96,42); }

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