Html Css Color HEX #EF672B Burnt Orange

📋 copy color: '#EF672B'

red 239 ◦ green 103 ◦ blue 43

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

Shades of Burnt Orange #EF672B

Tints of Burnt Orange #EF672B

RGB

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

 GREEN value IS 103 (40.63% from 255) = 26.75%

 BLUE value IS 43 (17.19% from 255) = 11.17%

R = 62.08%
G = 26.75%
B = 11.17%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#EF672B (or 0xEF672B) is known color: Burnt Orange. HEX triplet: EF, 67 and 2B. RGB value is (239,103,43). Sum of RGB (Red+Green+Blue) = 239+103+43=385 (50% of max value = 765). Red value is 239 (93.75% from 255 or 62.08% from 385); Green value is 103 (40.62% from 255 or 26.75% from 385); Blue value is 43 (17.19% from 255 or 11.17% from 385); Max value from RGB is 239 - color contains mainly: red. Hex color #EF672B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF672B is #1098D4. Grayscale: #898989. Windows color (decimal): -1087701 or 2844655. OLE color: 2844655.

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

Color convert

RGB 239 103 43 -
CMYK 0 0.57 0.82 0.06
HSL 18.37º 0.86% 0.55% -
HSV(B) 18.37º 0.82% 0.94% -
XYZ 40.88 28.23 5.58 -
YUV 136.82 75.06 200.88 -
System Red Green Blue C M Y K H S L
Decimal 239 103 43 0 0.57 0.82 0.06 18.37 0.86 0.55
Hex EF 67 2B 0 39 52 6 12 56 37
Octal 357 147 53 0 71 122 6 22 126 67
Binary 11101111 1100111 101011 0 111001 1010010 110 10010 1010110 110111

Color Harmonies of #EF672B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF672B

Black with #EF672B

Text Example


Text Example

White with #EF672B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF672B; }

 p { color: rgb(239,103,43); }

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

background-color css

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

 a { background-color: rgb(239,103,43); }

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

border-color css

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

 span { border-color: rgb(239,103,43); }

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