Html Css Color HEX #EB7A1B Pumpkin

📋 copy color: '#EB7A1B'

red 235 ◦ green 122 ◦ blue 27

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

Shades of Pumpkin #EB7A1B

Tints of Pumpkin #EB7A1B

RGB

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

 GREEN value IS 122 (48.05% from 255) = 31.77%

 BLUE value IS 27 (10.94% from 255) = 7.03%

R = 61.2%
G = 31.77%
B = 7.03%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.89

 K value IS 0.08

RGB Variations

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

Color information

#EB7A1B (or 0xEB7A1B) is known color: Pumpkin. HEX triplet: EB, 7A and 1B. RGB value is (235,122,27). Sum of RGB (Red+Green+Blue) = 235+122+27=384 (50% of max value = 765). Red value is 235 (92.19% from 255 or 61.20% from 384); Green value is 122 (48.05% from 255 or 31.77% from 384); Blue value is 27 (10.94% from 255 or 7.03% from 384); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7A1B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB7A1B is #1485E4. Grayscale: #919191. Windows color (decimal): -1344997 or 1800939. OLE color: 1800939.

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

Color convert

RGB 235 122 27 -
CMYK 0 0.48 0.89 0.08
HSL 27.4º 0.84% 0.51% -
HSV(B) 27.4º 0.89% 0.92% -
XYZ 41.42 31.66 4.96 -
YUV 144.96 61.44 192.22 -
System Red Green Blue C M Y K H S L
Decimal 235 122 27 0 0.48 0.89 0.08 27.4 0.84 0.51
Hex EB 7A 1B 0 30 59 8 1B 54 33
Octal 353 172 33 0 60 131 10 33 124 63
Binary 11101011 1111010 11011 0 110000 1011001 1000 11011 1010100 110011

Color Harmonies of #EB7A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB7A1B

Black with #EB7A1B

Text Example


Text Example

White with #EB7A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB7A1B; }

 p { color: rgb(235,122,27); }

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

background-color css

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

 a { background-color: rgb(235,122,27); }

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

border-color css

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

 span { border-color: rgb(235,122,27); }

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