Html Css Color HEX #EB6A14 Pumpkin

📋 copy color: '#EB6A14'

red 235 ◦ green 106 ◦ blue 20

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

Shades of Pumpkin #EB6A14

Tints of Pumpkin #EB6A14

RGB

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

 GREEN value IS 106 (41.8% from 255) = 29.36%

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

R = 65.1%
G = 29.36%
B = 5.54%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.91

 K value IS 0.08

RGB Variations

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

Color information

#EB6A14 (or 0xEB6A14) is known color: Pumpkin. HEX triplet: EB, 6A and 14. RGB value is (235,106,20). Sum of RGB (Red+Green+Blue) = 235+106+20=361 (47% of max value = 765). Red value is 235 (92.19% from 255 or 65.10% from 361); Green value is 106 (41.80% from 255 or 29.36% from 361); Blue value is 20 (8.20% from 255 or 5.54% from 361); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6A14 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EB6A14 is #1495EB. Grayscale: #878787. Windows color (decimal): -1349100 or 1338091. OLE color: 1338091.

HSL color Cylindrical-coordinate representation of color #EB6A14: hue angle of 24º 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 #EB6A14 is Cyan = 0, Magento = 0.55, Yellow = 0.91 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 106 20 -
CMYK 0 0.55 0.91 0.08
HSL 24º 0.84% 0.5% -
HSV(B) 24º 0.91% 0.92% -
XYZ 39.54 28.02 3.99 -
YUV 134.77 63.24 199.49 -
System Red Green Blue C M Y K H S L
Decimal 235 106 20 0 0.55 0.91 0.08 24 0.84 0.5
Hex EB 6A 14 0 37 5B 8 18 54 32
Octal 353 152 24 0 67 133 10 30 124 62
Binary 11101011 1101010 10100 0 110111 1011011 1000 11000 1010100 110010

Color Harmonies of #EB6A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB6A14

Black with #EB6A14

Text Example


Text Example

White with #EB6A14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB6A14; }

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

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

background-color css

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

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

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

border-color css

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

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

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