Html Css Color HEX #EF693E Sorbus

📋 copy color: '#EF693E'

red 239 ◦ green 105 ◦ blue 62

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

Shades of Sorbus #EF693E

Tints of Sorbus #EF693E

RGB

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

 GREEN value IS 105 (41.41% from 255) = 25.86%

 BLUE value IS 62 (24.61% from 255) = 15.27%

R = 58.87%
G = 25.86%
B = 15.27%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.74

 K value IS 0.06

RGB Variations

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

Color information

#EF693E (or 0xEF693E) is known color: Sorbus. HEX triplet: EF, 69 and 3E. RGB value is (239,105,62). Sum of RGB (Red+Green+Blue) = 239+105+62=406 (53% of max value = 765). Red value is 239 (93.75% from 255 or 58.87% from 406); Green value is 105 (41.41% from 255 or 25.86% from 406); Blue value is 62 (24.61% from 255 or 15.27% from 406); Max value from RGB is 239 - color contains mainly: red. Hex color #EF693E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF693E is #1096C1. Grayscale: #8C8C8C. Windows color (decimal): -1087170 or 4090351. OLE color: 4090351.

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

Color convert

RGB 239 105 62 -
CMYK 0 0.56 0.74 0.06
HSL 14.58º 0.85% 0.59% -
HSV(B) 14.58º 0.74% 0.94% -
XYZ 41.52 28.8 7.93 -
YUV 140.16 83.89 198.5 -
System Red Green Blue C M Y K H S L
Decimal 239 105 62 0 0.56 0.74 0.06 14.58 0.85 0.59
Hex EF 69 3E 0 38 4A 6 F 55 3B
Octal 357 151 76 0 70 112 6 17 125 73
Binary 11101111 1101001 111110 0 111000 1001010 110 1111 1010101 111011

Color Harmonies of #EF693E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF693E

Black with #EF693E

Text Example


Text Example

White with #EF693E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF693E; }

 p { color: rgb(239,105,62); }

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

background-color css

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

 a { background-color: rgb(239,105,62); }

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

border-color css

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

 span { border-color: rgb(239,105,62); }

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