Html Css Color HEX #EB6A16 Pumpkin

📋 copy color: '#EB6A16'

red 235 ◦ green 106 ◦ blue 22

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

Shades of Pumpkin #EB6A16

Tints of Pumpkin #EB6A16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.06%

R = 64.74%
G = 29.2%
B = 6.06%

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

#EB6A16 (or 0xEB6A16) is known color: Pumpkin. HEX triplet: EB, 6A and 16. RGB value is (235,106,22). Sum of RGB (Red+Green+Blue) = 235+106+22=363 (48% of max value = 765). Red value is 235 (92.19% from 255 or 64.74% from 363); Green value is 106 (41.80% from 255 or 29.20% from 363); Blue value is 22 (8.98% from 255 or 6.06% from 363); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6A16 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EB6A16 is #1495E9. Grayscale: #878787. Windows color (decimal): -1349098 or 1469163. OLE color: 1469163.

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

Color convert

RGB 235 106 22 -
CMYK 0 0.55 0.91 0.08
HSL 23.66º 0.84% 0.5% -
HSV(B) 23.66º 0.91% 0.92% -
XYZ 39.56 28.03 4.08 -
YUV 135 64.24 199.33 -
System Red Green Blue C M Y K H S L
Decimal 235 106 22 0 0.55 0.91 0.08 23.66 0.84 0.5
Hex EB 6A 16 0 37 5B 8 18 54 32
Octal 353 152 26 0 67 133 10 30 124 62
Binary 11101011 1101010 10110 0 110111 1011011 1000 11000 1010100 110010

Color Harmonies of #EB6A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB6A16

Black with #EB6A16

Text Example


Text Example

White with #EB6A16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB6A16; }

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

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

background-color css

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

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

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

border-color css

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

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

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