Html Css Color HEX #ED6517 Pumpkin

📋 copy color: '#ED6517'

red 237 ◦ green 101 ◦ blue 23

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

Shades of Pumpkin #ED6517

Tints of Pumpkin #ED6517

RGB

 RED value IS 237 (92.97% from 255) = 65.65%

 GREEN value IS 101 (39.84% from 255) = 27.98%

 BLUE value IS 23 (9.38% from 255) = 6.37%

R = 65.65%
G = 27.98%
B = 6.37%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.90

 K value IS 0.07

RGB Variations

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

Color information

#ED6517 (or 0xED6517) is known color: Pumpkin. HEX triplet: ED, 65 and 17. RGB value is (237,101,23). Sum of RGB (Red+Green+Blue) = 237+101+23=361 (47% of max value = 765). Red value is 237 (92.97% from 255 or 65.65% from 361); Green value is 101 (39.84% from 255 or 27.98% from 361); Blue value is 23 (9.38% from 255 or 6.37% from 361); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6517 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED6517 is #129AE8. Grayscale: #858585. Windows color (decimal): -1219305 or 1533421. OLE color: 1533421.

HSL color Cylindrical-coordinate representation of color #ED6517: hue angle of 21.87º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ED6517 is Cyan = 0, Magento = 0.57, Yellow = 0.90 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 101 23 -
CMYK 0 0.57 0.90 0.07
HSL 21.87º 0.86% 0.51% -
HSV(B) 21.87º 0.9% 0.93% -
XYZ 39.73 27.37 4 -
YUV 132.77 66.06 202.34 -
System Red Green Blue C M Y K H S L
Decimal 237 101 23 0 0.57 0.90 0.07 21.87 0.86 0.51
Hex ED 65 17 0 39 5A 7 16 56 33
Octal 355 145 27 0 71 132 7 26 126 63
Binary 11101101 1100101 10111 0 111001 1011010 111 10110 1010110 110011

Color Harmonies of #ED6517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6517

Black with #ED6517

Text Example


Text Example

White with #ED6517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6517; }

 p { color: rgb(237,101,23); }

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

background-color css

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

 a { background-color: rgb(237,101,23); }

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

border-color css

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

 span { border-color: rgb(237,101,23); }

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