Html Css Color HEX #EF692A Burnt Orange

📋 copy color: '#EF692A'

red 239 ◦ green 105 ◦ blue 42

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

Shades of Burnt Orange #EF692A

Tints of Burnt Orange #EF692A

RGB

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

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

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

R = 61.92%
G = 27.2%
B = 10.88%

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

#EF692A (or 0xEF692A) is known color: Burnt Orange. HEX triplet: EF, 69 and 2A. RGB value is (239,105,42). Sum of RGB (Red+Green+Blue) = 239+105+42=386 (51% of max value = 765). Red value is 239 (93.75% from 255 or 61.92% from 386); Green value is 105 (41.41% from 255 or 27.20% from 386); Blue value is 42 (16.80% from 255 or 10.88% from 386); Max value from RGB is 239 - color contains mainly: red. Hex color #EF692A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF692A is #1096D5. Grayscale: #8A8A8A. Windows color (decimal): -1087190 or 2779631. OLE color: 2779631.

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

Color convert

RGB 239 105 42 -
CMYK 0 0.56 0.82 0.06
HSL 19.19º 0.86% 0.55% -
HSV(B) 19.19º 0.82% 0.94% -
XYZ 41.07 28.62 5.55 -
YUV 137.88 73.89 200.12 -
System Red Green Blue C M Y K H S L
Decimal 239 105 42 0 0.56 0.82 0.06 19.19 0.86 0.55
Hex EF 69 2A 0 38 52 6 13 56 37
Octal 357 151 52 0 70 122 6 23 126 67
Binary 11101111 1101001 101010 0 111000 1010010 110 10011 1010110 110111

Color Harmonies of #EF692A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF692A

Black with #EF692A

Text Example


Text Example

White with #EF692A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF692A; }

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

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

background-color css

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

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

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

border-color css

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

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

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