Html Css Color HEX #EE6812 Pumpkin

📋 copy color: '#EE6812'

red 238 ◦ green 104 ◦ blue 18

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

Shades of Pumpkin #EE6812

Tints of Pumpkin #EE6812

RGB

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

 GREEN value IS 104 (41.02% from 255) = 28.89%

 BLUE value IS 18 (7.42% from 255) = 5%

R = 66.11%
G = 28.89%
B = 5%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EE6812 (or 0xEE6812) is known color: Pumpkin. HEX triplet: EE, 68 and 12. RGB value is (238,104,18). Sum of RGB (Red+Green+Blue) = 238+104+18=360 (47% of max value = 765). Red value is 238 (93.36% from 255 or 66.11% from 360); Green value is 104 (41.02% from 255 or 28.89% from 360); Blue value is 18 (7.42% from 255 or 5% from 360); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6812 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE6812 is #1197ED. Grayscale: #868686. Windows color (decimal): -1153006 or 1206510. OLE color: 1206510.

HSL color Cylindrical-coordinate representation of color #EE6812: hue angle of 23.45º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EE6812 is Cyan = 0, Magento = 0.56, Yellow = 0.92 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 104 18 -
CMYK 0 0.56 0.92 0.07
HSL 23.45º 0.87% 0.5% -
HSV(B) 23.45º 0.92% 0.93% -
XYZ 40.32 28.12 3.88 -
YUV 134.26 62.39 201.99 -
System Red Green Blue C M Y K H S L
Decimal 238 104 18 0 0.56 0.92 0.07 23.45 0.87 0.5
Hex EE 68 12 0 38 5C 7 17 57 32
Octal 356 150 22 0 70 134 7 27 127 62
Binary 11101110 1101000 10010 0 111000 1011100 111 10111 1010111 110010

Color Harmonies of #EE6812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE6812

Black with #EE6812

Text Example


Text Example

White with #EE6812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE6812; }

 p { color: rgb(238,104,18); }

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

background-color css

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

 a { background-color: rgb(238,104,18); }

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

border-color css

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

 span { border-color: rgb(238,104,18); }

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