Html Css Color HEX #EB7B1D Pumpkin

📋 copy color: '#EB7B1D'

red 235 ◦ green 123 ◦ blue 29

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

Shades of Pumpkin #EB7B1D

Tints of Pumpkin #EB7B1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.49%

R = 60.72%
G = 31.78%
B = 7.49%

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

#EB7B1D (or 0xEB7B1D) is known color: Pumpkin. HEX triplet: EB, 7B and 1D. RGB value is (235,123,29). Sum of RGB (Red+Green+Blue) = 235+123+29=387 (51% of max value = 765). Red value is 235 (92.19% from 255 or 60.72% from 387); Green value is 123 (48.44% from 255 or 31.78% from 387); Blue value is 29 (11.72% from 255 or 7.49% from 387); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7B1D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB7B1D is #1484E2. Grayscale: #929292. Windows color (decimal): -1344739 or 1932267. OLE color: 1932267.

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

Color convert

RGB 235 123 29 -
CMYK 0 0.48 0.88 0.08
HSL 27.38º 0.84% 0.52% -
HSV(B) 27.38º 0.88% 0.92% -
XYZ 41.57 31.92 5.13 -
YUV 145.77 62.11 191.64 -
System Red Green Blue C M Y K H S L
Decimal 235 123 29 0 0.48 0.88 0.08 27.38 0.84 0.52
Hex EB 7B 1D 0 30 58 8 1B 54 34
Octal 353 173 35 0 60 130 10 33 124 64
Binary 11101011 1111011 11101 0 110000 1011000 1000 11011 1010100 110100

Color Harmonies of #EB7B1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB7B1D

Black with #EB7B1D

Text Example


Text Example

White with #EB7B1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB7B1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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