Html Css Color HEX #EE7D1A Pumpkin

📋 copy color: '#EE7D1A'

red 238 ◦ green 125 ◦ blue 26

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

Shades of Pumpkin #EE7D1A

Tints of Pumpkin #EE7D1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.68%

R = 61.18%
G = 32.13%
B = 6.68%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EE7D1A (or 0xEE7D1A) is known color: Pumpkin. HEX triplet: EE, 7D and 1A. RGB value is (238,125,26). Sum of RGB (Red+Green+Blue) = 238+125+26=389 (51% of max value = 765). Red value is 238 (93.36% from 255 or 61.18% from 389); Green value is 125 (49.22% from 255 or 32.13% from 389); Blue value is 26 (10.55% from 255 or 6.68% from 389); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7D1A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE7D1A is #1182E5. Grayscale: #949494. Windows color (decimal): -1147622 or 1736174. OLE color: 1736174.

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

Color convert

RGB 238 125 26 -
CMYK 0 0.47 0.89 0.07
HSL 28.02º 0.86% 0.52% -
HSV(B) 28.02º 0.89% 0.93% -
XYZ 42.78 32.92 5.08 -
YUV 147.5 59.44 192.55 -
System Red Green Blue C M Y K H S L
Decimal 238 125 26 0 0.47 0.89 0.07 28.02 0.86 0.52
Hex EE 7D 1A 0 2F 59 7 1C 56 34
Octal 356 175 32 0 57 131 7 34 126 64
Binary 11101110 1111101 11010 0 101111 1011001 111 11100 1010110 110100

Color Harmonies of #EE7D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE7D1A

Black with #EE7D1A

Text Example


Text Example

White with #EE7D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE7D1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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