Html Css Color HEX #EB7B1C Pumpkin

📋 copy color: '#EB7B1C'

red 235 ◦ green 123 ◦ blue 28

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

Shades of Pumpkin #EB7B1C

Tints of Pumpkin #EB7B1C

RGB

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

 GREEN value IS 123 (48.44% from 255) = 31.87%

 BLUE value IS 28 (11.33% from 255) = 7.25%

R = 60.88%
G = 31.87%
B = 7.25%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.88

 K value IS 0.08

RGB Variations

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

Color information

#EB7B1C (or 0xEB7B1C) is known color: Pumpkin. HEX triplet: EB, 7B and 1C. RGB value is (235,123,28). Sum of RGB (Red+Green+Blue) = 235+123+28=386 (51% of max value = 765). Red value is 235 (92.19% from 255 or 60.88% from 386); Green value is 123 (48.44% from 255 or 31.87% from 386); Blue value is 28 (11.33% from 255 or 7.25% from 386); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7B1C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB7B1C is #1484E3. Grayscale: #929292. Windows color (decimal): -1344740 or 1866731. OLE color: 1866731.

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

Color convert

RGB 235 123 28 -
CMYK 0 0.48 0.88 0.08
HSL 27.54º 0.84% 0.52% -
HSV(B) 27.54º 0.88% 0.92% -
XYZ 41.55 31.91 5.07 -
YUV 145.66 61.61 191.72 -
System Red Green Blue C M Y K H S L
Decimal 235 123 28 0 0.48 0.88 0.08 27.54 0.84 0.52
Hex EB 7B 1C 0 30 58 8 1C 54 34
Octal 353 173 34 0 60 130 10 34 124 64
Binary 11101011 1111011 11100 0 110000 1011000 1000 11100 1010100 110100

Color Harmonies of #EB7B1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB7B1C

Black with #EB7B1C

Text Example


Text Example

White with #EB7B1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB7B1C; }

 p { color: rgb(235,123,28); }

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

background-color css

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

 a { background-color: rgb(235,123,28); }

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

border-color css

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

 span { border-color: rgb(235,123,28); }

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