Html Css Color HEX #EF6630 Burnt Orange

📋 copy color: '#EF6630'

red 239 ◦ green 102 ◦ blue 48

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

Shades of Burnt Orange #EF6630

Tints of Burnt Orange #EF6630

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 12.34%

R = 61.44%
G = 26.22%
B = 12.34%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.80

 K value IS 0.06

RGB Variations

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

Color information

#EF6630 (or 0xEF6630) is known color: Burnt Orange. HEX triplet: EF, 66 and 30. RGB value is (239,102,48). Sum of RGB (Red+Green+Blue) = 239+102+48=389 (51% of max value = 765). Red value is 239 (93.75% from 255 or 61.44% from 389); Green value is 102 (40.23% from 255 or 26.22% from 389); Blue value is 48 (19.14% from 255 or 12.34% from 389); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6630 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF6630 is #1099CF. Grayscale: #898989. Windows color (decimal): -1087952 or 3172079. OLE color: 3172079.

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

Color convert

RGB 239 102 48 -
CMYK 0 0.57 0.80 0.06
HSL 16.96º 0.86% 0.56% -
HSV(B) 16.96º 0.8% 0.94% -
XYZ 40.88 28.07 6.06 -
YUV 136.81 77.89 200.89 -
System Red Green Blue C M Y K H S L
Decimal 239 102 48 0 0.57 0.80 0.06 16.96 0.86 0.56
Hex EF 66 30 0 39 50 6 11 56 38
Octal 357 146 60 0 71 120 6 21 126 70
Binary 11101111 1100110 110000 0 111001 1010000 110 10001 1010110 111000

Color Harmonies of #EF6630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6630

Black with #EF6630

Text Example


Text Example

White with #EF6630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6630; }

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

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

background-color css

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

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

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

border-color css

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

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

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