Html Css Color HEX #EF682A Burnt Orange

📋 copy color: '#EF682A'

red 239 ◦ green 104 ◦ blue 42

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

Shades of Burnt Orange #EF682A

Tints of Burnt Orange #EF682A

RGB

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

 GREEN value IS 104 (41.02% from 255) = 27.01%

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

R = 62.08%
G = 27.01%
B = 10.91%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#EF682A (or 0xEF682A) is known color: Burnt Orange. HEX triplet: EF, 68 and 2A. RGB value is (239,104,42). Sum of RGB (Red+Green+Blue) = 239+104+42=385 (50% of max value = 765). Red value is 239 (93.75% from 255 or 62.08% from 385); Green value is 104 (41.02% from 255 or 27.01% from 385); Blue value is 42 (16.80% from 255 or 10.91% from 385); Max value from RGB is 239 - color contains mainly: red. Hex color #EF682A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF682A is #1097D5. Grayscale: #898989. Windows color (decimal): -1087446 or 2779375. OLE color: 2779375.

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

Color convert

RGB 239 104 42 -
CMYK 0 0.56 0.82 0.06
HSL 18.88º 0.86% 0.55% -
HSV(B) 18.88º 0.82% 0.94% -
XYZ 40.96 28.42 5.52 -
YUV 137.3 74.23 200.54 -
System Red Green Blue C M Y K H S L
Decimal 239 104 42 0 0.56 0.82 0.06 18.88 0.86 0.55
Hex EF 68 2A 0 38 52 6 13 56 37
Octal 357 150 52 0 70 122 6 23 126 67
Binary 11101111 1101000 101010 0 111000 1010010 110 10011 1010110 110111

Color Harmonies of #EF682A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF682A

Black with #EF682A

Text Example


Text Example

White with #EF682A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF682A; }

 p { color: rgb(239,104,42); }

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

background-color css

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

 a { background-color: rgb(239,104,42); }

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

border-color css

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

 span { border-color: rgb(239,104,42); }

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