Html Css Color HEX #EF6A3C Sorbus

📋 copy color: '#EF6A3C'

red 239 ◦ green 106 ◦ blue 60

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

Shades of Sorbus #EF6A3C

Tints of Sorbus #EF6A3C

RGB

 RED value IS 239 (93.75% from 255) = 59.01%

 GREEN value IS 106 (41.8% from 255) = 26.17%

 BLUE value IS 60 (23.83% from 255) = 14.81%

R = 59.01%
G = 26.17%
B = 14.81%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.75

 K value IS 0.06

RGB Variations

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

Color information

#EF6A3C (or 0xEF6A3C) is known color: Sorbus. HEX triplet: EF, 6A and 3C. RGB value is (239,106,60). Sum of RGB (Red+Green+Blue) = 239+106+60=405 (53% of max value = 765). Red value is 239 (93.75% from 255 or 59.01% from 405); Green value is 106 (41.80% from 255 or 26.17% from 405); Blue value is 60 (23.83% from 255 or 14.81% from 405); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6A3C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF6A3C is #1095C3. Grayscale: #8C8C8C. Windows color (decimal): -1086916 or 3959535. OLE color: 3959535.

HSL color Cylindrical-coordinate representation of color #EF6A3C: hue angle of 15.42º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EF6A3C is Cyan = 0, Magento = 0.56, Yellow = 0.75 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 106 60 -
CMYK 0 0.56 0.75 0.06
HSL 15.42º 0.85% 0.59% -
HSV(B) 15.42º 0.75% 0.94% -
XYZ 41.57 28.99 7.68 -
YUV 140.52 82.56 198.24 -
System Red Green Blue C M Y K H S L
Decimal 239 106 60 0 0.56 0.75 0.06 15.42 0.85 0.59
Hex EF 6A 3C 0 38 4B 6 F 55 3B
Octal 357 152 74 0 70 113 6 17 125 73
Binary 11101111 1101010 111100 0 111000 1001011 110 1111 1010101 111011

Color Harmonies of #EF6A3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6A3C

Black with #EF6A3C

Text Example


Text Example

White with #EF6A3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6A3C; }

 p { color: rgb(239,106,60); }

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

background-color css

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

 a { background-color: rgb(239,106,60); }

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

border-color css

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

 span { border-color: rgb(239,106,60); }

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