Html Css Color HEX #EB7B16 Pumpkin

📋 copy color: '#EB7B16'

red 235 ◦ green 123 ◦ blue 22

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

Shades of Pumpkin #EB7B16

Tints of Pumpkin #EB7B16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.79%

R = 61.84%
G = 32.37%
B = 5.79%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.91

 K value IS 0.08

RGB Variations

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

Color information

#EB7B16 (or 0xEB7B16) is known color: Pumpkin. HEX triplet: EB, 7B and 16. RGB value is (235,123,22). Sum of RGB (Red+Green+Blue) = 235+123+22=380 (50% of max value = 765). Red value is 235 (92.19% from 255 or 61.84% from 380); Green value is 123 (48.44% from 255 or 32.37% from 380); Blue value is 22 (8.98% from 255 or 5.79% from 380); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7B16 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EB7B16 is #1484E9. Grayscale: #919191. Windows color (decimal): -1344746 or 1473515. OLE color: 1473515.

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

Color convert

RGB 235 123 22 -
CMYK 0 0.48 0.91 0.08
HSL 28.45º 0.84% 0.5% -
HSV(B) 28.45º 0.91% 0.92% -
XYZ 41.49 31.89 4.73 -
YUV 144.97 58.61 192.21 -
System Red Green Blue C M Y K H S L
Decimal 235 123 22 0 0.48 0.91 0.08 28.45 0.84 0.5
Hex EB 7B 16 0 30 5B 8 1C 54 32
Octal 353 173 26 0 60 133 10 34 124 62
Binary 11101011 1111011 10110 0 110000 1011011 1000 11100 1010100 110010

Color Harmonies of #EB7B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB7B16

Black with #EB7B16

Text Example


Text Example

White with #EB7B16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB7B16; }

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

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

background-color css

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

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

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

border-color css

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

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

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