Html Css Color HEX #EB7315 Pumpkin

📋 copy color: '#EB7315'

red 235 ◦ green 115 ◦ blue 21

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

Shades of Pumpkin #EB7315

Tints of Pumpkin #EB7315

RGB

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

 GREEN value IS 115 (45.31% from 255) = 31%

 BLUE value IS 21 (8.59% from 255) = 5.66%

R = 63.34%
G = 31%
B = 5.66%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.91

 K value IS 0.08

RGB Variations

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

Color information

#EB7315 (or 0xEB7315) is known color: Pumpkin. HEX triplet: EB, 73 and 15. RGB value is (235,115,21). Sum of RGB (Red+Green+Blue) = 235+115+21=371 (49% of max value = 765). Red value is 235 (92.19% from 255 or 63.34% from 371); Green value is 115 (45.31% from 255 or 31.00% from 371); Blue value is 21 (8.59% from 255 or 5.66% from 371); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7315 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EB7315 is #148CEA. Grayscale: #8C8C8C. Windows color (decimal): -1346795 or 1405931. OLE color: 1405931.

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

Color convert

RGB 235 115 21 -
CMYK 0 0.51 0.91 0.08
HSL 26.36º 0.84% 0.5% -
HSV(B) 26.36º 0.91% 0.92% -
XYZ 40.53 29.98 4.36 -
YUV 140.16 60.76 195.64 -
System Red Green Blue C M Y K H S L
Decimal 235 115 21 0 0.51 0.91 0.08 26.36 0.84 0.5
Hex EB 73 15 0 33 5B 8 1A 54 32
Octal 353 163 25 0 63 133 10 32 124 62
Binary 11101011 1110011 10101 0 110011 1011011 1000 11010 1010100 110010

Color Harmonies of #EB7315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB7315

Black with #EB7315

Text Example


Text Example

White with #EB7315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB7315; }

 p { color: rgb(235,115,21); }

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

background-color css

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

 a { background-color: rgb(235,115,21); }

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

border-color css

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

 span { border-color: rgb(235,115,21); }

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