Html Css Color HEX #EB6B1A Pumpkin

📋 copy color: '#EB6B1A'

red 235 ◦ green 107 ◦ blue 26

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

Shades of Pumpkin #EB6B1A

Tints of Pumpkin #EB6B1A

RGB

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

 GREEN value IS 107 (42.19% from 255) = 29.08%

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

R = 63.86%
G = 29.08%
B = 7.07%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.89

 K value IS 0.08

RGB Variations

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

Color information

#EB6B1A (or 0xEB6B1A) is known color: Pumpkin. HEX triplet: EB, 6B and 1A. RGB value is (235,107,26). Sum of RGB (Red+Green+Blue) = 235+107+26=368 (48% of max value = 765). Red value is 235 (92.19% from 255 or 63.86% from 368); Green value is 107 (42.19% from 255 or 29.08% from 368); Blue value is 26 (10.55% from 255 or 7.07% from 368); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6B1A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB6B1A is #1494E5. Grayscale: #888888. Windows color (decimal): -1348838 or 1731563. OLE color: 1731563.

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

Color convert

RGB 235 107 26 -
CMYK 0 0.54 0.89 0.08
HSL 23.25º 0.84% 0.51% -
HSV(B) 23.25º 0.89% 0.92% -
XYZ 39.71 28.25 4.34 -
YUV 136.04 65.91 198.59 -
System Red Green Blue C M Y K H S L
Decimal 235 107 26 0 0.54 0.89 0.08 23.25 0.84 0.51
Hex EB 6B 1A 0 36 59 8 17 54 33
Octal 353 153 32 0 66 131 10 27 124 63
Binary 11101011 1101011 11010 0 110110 1011001 1000 10111 1010100 110011

Color Harmonies of #EB6B1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB6B1A

Black with #EB6B1A

Text Example


Text Example

White with #EB6B1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB6B1A; }

 p { color: rgb(235,107,26); }

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

background-color css

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

 a { background-color: rgb(235,107,26); }

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

border-color css

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

 span { border-color: rgb(235,107,26); }

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