Html Css Color HEX #EB6C14 Pumpkin

📋 copy color: '#EB6C14'

red 235 ◦ green 108 ◦ blue 20

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

Shades of Pumpkin #EB6C14

Tints of Pumpkin #EB6C14

RGB

 RED value IS 235 (92.19% from 255) = 64.74%

 GREEN value IS 108 (42.58% from 255) = 29.75%

 BLUE value IS 20 (8.2% from 255) = 5.51%

R = 64.74%
G = 29.75%
B = 5.51%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.91

 K value IS 0.08

RGB Variations

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

Color information

#EB6C14 (or 0xEB6C14) is known color: Pumpkin. HEX triplet: EB, 6C and 14. RGB value is (235,108,20). Sum of RGB (Red+Green+Blue) = 235+108+20=363 (48% of max value = 765). Red value is 235 (92.19% from 255 or 64.74% from 363); Green value is 108 (42.58% from 255 or 29.75% from 363); Blue value is 20 (8.20% from 255 or 5.51% from 363); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6C14 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EB6C14 is #1493EB. Grayscale: #888888. Windows color (decimal): -1348588 or 1338603. OLE color: 1338603.

HSL color Cylindrical-coordinate representation of color #EB6C14: hue angle of 24.56º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EB6C14 is Cyan = 0, Magento = 0.54, Yellow = 0.91 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 108 20 -
CMYK 0 0.54 0.91 0.08
HSL 24.56º 0.84% 0.5% -
HSV(B) 24.56º 0.91% 0.92% -
XYZ 39.75 28.44 4.06 -
YUV 135.94 62.58 198.66 -
System Red Green Blue C M Y K H S L
Decimal 235 108 20 0 0.54 0.91 0.08 24.56 0.84 0.5
Hex EB 6C 14 0 36 5B 8 19 54 32
Octal 353 154 24 0 66 133 10 31 124 62
Binary 11101011 1101100 10100 0 110110 1011011 1000 11001 1010100 110010

Color Harmonies of #EB6C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB6C14

Black with #EB6C14

Text Example


Text Example

White with #EB6C14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB6C14; }

 p { color: rgb(235,108,20); }

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

background-color css

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

 a { background-color: rgb(235,108,20); }

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

border-color css

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

 span { border-color: rgb(235,108,20); }

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