Html Css Color HEX #EE7D1D Pumpkin

📋 copy color: '#EE7D1D'

red 238 ◦ green 125 ◦ blue 29

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

Shades of Pumpkin #EE7D1D

Tints of Pumpkin #EE7D1D

RGB

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

 GREEN value IS 125 (49.22% from 255) = 31.89%

 BLUE value IS 29 (11.72% from 255) = 7.4%

R = 60.71%
G = 31.89%
B = 7.4%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#EE7D1D (or 0xEE7D1D) is known color: Pumpkin. HEX triplet: EE, 7D and 1D. RGB value is (238,125,29). Sum of RGB (Red+Green+Blue) = 238+125+29=392 (51% of max value = 765). Red value is 238 (93.36% from 255 or 60.71% from 392); Green value is 125 (49.22% from 255 or 31.89% from 392); Blue value is 29 (11.72% from 255 or 7.40% from 392); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7D1D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE7D1D is #1182E2. Grayscale: #949494. Windows color (decimal): -1147619 or 1932782. OLE color: 1932782.

HSL color Cylindrical-coordinate representation of color #EE7D1D: hue angle of 27.56º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EE7D1D is Cyan = 0, Magento = 0.47, Yellow = 0.88 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 125 29 -
CMYK 0 0.47 0.88 0.07
HSL 27.56º 0.86% 0.52% -
HSV(B) 27.56º 0.88% 0.93% -
XYZ 42.82 32.93 5.26 -
YUV 147.84 60.94 192.31 -
System Red Green Blue C M Y K H S L
Decimal 238 125 29 0 0.47 0.88 0.07 27.56 0.86 0.52
Hex EE 7D 1D 0 2F 58 7 1C 56 34
Octal 356 175 35 0 57 130 7 34 126 64
Binary 11101110 1111101 11101 0 101111 1011000 111 11100 1010110 110100

Color Harmonies of #EE7D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE7D1D

Black with #EE7D1D

Text Example


Text Example

White with #EE7D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE7D1D; }

 p { color: rgb(238,125,29); }

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

background-color css

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

 a { background-color: rgb(238,125,29); }

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

border-color css

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

 span { border-color: rgb(238,125,29); }

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