Html Css Color HEX #EF6B2C Burnt Orange

📋 copy color: '#EF6B2C'

red 239 ◦ green 107 ◦ blue 44

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

Shades of Burnt Orange #EF6B2C

Tints of Burnt Orange #EF6B2C

RGB

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

 GREEN value IS 107 (42.19% from 255) = 27.44%

 BLUE value IS 44 (17.58% from 255) = 11.28%

R = 61.28%
G = 27.44%
B = 11.28%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#EF6B2C (or 0xEF6B2C) is known color: Burnt Orange. HEX triplet: EF, 6B and 2C. RGB value is (239,107,44). Sum of RGB (Red+Green+Blue) = 239+107+44=390 (51% of max value = 765). Red value is 239 (93.75% from 255 or 61.28% from 390); Green value is 107 (42.19% from 255 or 27.44% from 390); Blue value is 44 (17.58% from 255 or 11.28% from 390); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6B2C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF6B2C is #1094D3. Grayscale: #8B8B8B. Windows color (decimal): -1086676 or 2911215. OLE color: 2911215.

HSL color Cylindrical-coordinate representation of color #EF6B2C: hue angle of 19.38º 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 #EF6B2C is Cyan = 0, Magento = 0.55, Yellow = 0.82 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 107 44 -
CMYK 0 0.55 0.82 0.06
HSL 19.38º 0.86% 0.55% -
HSV(B) 19.38º 0.82% 0.94% -
XYZ 41.31 29.05 5.81 -
YUV 139.29 74.23 199.12 -
System Red Green Blue C M Y K H S L
Decimal 239 107 44 0 0.55 0.82 0.06 19.38 0.86 0.55
Hex EF 6B 2C 0 37 52 6 13 56 37
Octal 357 153 54 0 67 122 6 23 126 67
Binary 11101111 1101011 101100 0 110111 1010010 110 10011 1010110 110111

Color Harmonies of #EF6B2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6B2C

Black with #EF6B2C

Text Example


Text Example

White with #EF6B2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6B2C; }

 p { color: rgb(239,107,44); }

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

background-color css

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

 a { background-color: rgb(239,107,44); }

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

border-color css

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

 span { border-color: rgb(239,107,44); }

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