Html Css Color HEX #ED6518 Pumpkin

📋 copy color: '#ED6518'

red 237 ◦ green 101 ◦ blue 24

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

Shades of Pumpkin #ED6518

Tints of Pumpkin #ED6518

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.63%

R = 65.47%
G = 27.9%
B = 6.63%

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

#ED6518 (or 0xED6518) is known color: Pumpkin. HEX triplet: ED, 65 and 18. RGB value is (237,101,24). Sum of RGB (Red+Green+Blue) = 237+101+24=362 (47% of max value = 765). Red value is 237 (92.97% from 255 or 65.47% from 362); Green value is 101 (39.84% from 255 or 27.90% from 362); Blue value is 24 (9.77% from 255 or 6.63% from 362); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6518 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED6518 is #129AE7. Grayscale: #858585. Windows color (decimal): -1219304 or 1598957. OLE color: 1598957.

HSL color Cylindrical-coordinate representation of color #ED6518: hue angle of 21.69º 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 #ED6518 is Cyan = 0, Magento = 0.57, Yellow = 0.90 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 101 24 -
CMYK 0 0.57 0.90 0.07
HSL 21.69º 0.86% 0.51% -
HSV(B) 21.69º 0.9% 0.93% -
XYZ 39.74 27.38 4.05 -
YUV 132.89 66.56 202.26 -
System Red Green Blue C M Y K H S L
Decimal 237 101 24 0 0.57 0.90 0.07 21.69 0.86 0.51
Hex ED 65 18 0 39 5A 7 16 56 33
Octal 355 145 30 0 71 132 7 26 126 63
Binary 11101101 1100101 11000 0 111001 1011010 111 10110 1010110 110011

Color Harmonies of #ED6518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6518

Black with #ED6518

Text Example


Text Example

White with #ED6518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6518; }

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

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

background-color css

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

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

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

border-color css

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

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

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