Html Css Color HEX #EE642A Burnt Orange

📋 copy color: '#EE642A'

red 238 ◦ green 100 ◦ blue 42

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

Shades of Burnt Orange #EE642A

Tints of Burnt Orange #EE642A

RGB

 RED value IS 238 (93.36% from 255) = 62.63%

 GREEN value IS 100 (39.45% from 255) = 26.32%

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

R = 62.63%
G = 26.32%
B = 11.05%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#EE642A (or 0xEE642A) is known color: Burnt Orange. HEX triplet: EE, 64 and 2A. RGB value is (238,100,42). Sum of RGB (Red+Green+Blue) = 238+100+42=380 (50% of max value = 765). Red value is 238 (93.36% from 255 or 62.63% from 380); Green value is 100 (39.45% from 255 or 26.32% from 380); Blue value is 42 (16.80% from 255 or 11.05% from 380); Max value from RGB is 238 - color contains mainly: red. Hex color #EE642A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE642A is #119BD5. Grayscale: #878787. Windows color (decimal): -1154006 or 2778350. OLE color: 2778350.

HSL color Cylindrical-coordinate representation of color #EE642A: hue angle of 17.76º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EE642A is Cyan = 0, Magento = 0.58, Yellow = 0.82 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 100 42 -
CMYK 0 0.58 0.82 0.07
HSL 17.76º 0.85% 0.55% -
HSV(B) 17.76º 0.82% 0.93% -
XYZ 40.23 27.46 5.37 -
YUV 134.65 75.72 201.72 -
System Red Green Blue C M Y K H S L
Decimal 238 100 42 0 0.58 0.82 0.07 17.76 0.85 0.55
Hex EE 64 2A 0 3A 52 7 12 55 37
Octal 356 144 52 0 72 122 7 22 125 67
Binary 11101110 1100100 101010 0 111010 1010010 111 10010 1010101 110111

Color Harmonies of #EE642A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE642A

Black with #EE642A

Text Example


Text Example

White with #EE642A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE642A; }

 p { color: rgb(238,100,42); }

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

background-color css

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

 a { background-color: rgb(238,100,42); }

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

border-color css

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

 span { border-color: rgb(238,100,42); }

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