Html Css Color HEX #EF662A Burnt Orange

📋 copy color: '#EF662A'

red 239 ◦ green 102 ◦ blue 42

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

Shades of Burnt Orange #EF662A

Tints of Burnt Orange #EF662A

RGB

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

 GREEN value IS 102 (40.23% from 255) = 26.63%

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

R = 62.4%
G = 26.63%
B = 10.97%

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

#EF662A (or 0xEF662A) is known color: Burnt Orange. HEX triplet: EF, 66 and 2A. RGB value is (239,102,42). Sum of RGB (Red+Green+Blue) = 239+102+42=383 (50% of max value = 765). Red value is 239 (93.75% from 255 or 62.40% from 383); Green value is 102 (40.23% from 255 or 26.63% from 383); Blue value is 42 (16.80% from 255 or 10.97% from 383); Max value from RGB is 239 - color contains mainly: red. Hex color #EF662A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF662A is #1099D5. Grayscale: #888888. Windows color (decimal): -1087958 or 2778863. OLE color: 2778863.

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

Color convert

RGB 239 102 42 -
CMYK 0 0.57 0.82 0.06
HSL 18.27º 0.86% 0.55% -
HSV(B) 18.27º 0.82% 0.94% -
XYZ 40.77 28.02 5.45 -
YUV 136.12 74.89 201.38 -
System Red Green Blue C M Y K H S L
Decimal 239 102 42 0 0.57 0.82 0.06 18.27 0.86 0.55
Hex EF 66 2A 0 39 52 6 12 56 37
Octal 357 146 52 0 71 122 6 22 126 67
Binary 11101111 1100110 101010 0 111001 1010010 110 10010 1010110 110111

Color Harmonies of #EF662A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF662A

Black with #EF662A

Text Example


Text Example

White with #EF662A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF662A; }

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

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

background-color css

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

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

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

border-color css

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

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

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