Html Css Color HEX #ED6418 Pumpkin

📋 copy color: '#ED6418'

red 237 ◦ green 100 ◦ blue 24

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

Shades of Pumpkin #ED6418

Tints of Pumpkin #ED6418

RGB

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

 GREEN value IS 100 (39.45% from 255) = 27.7%

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

R = 65.65%
G = 27.7%
B = 6.65%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.90

 K value IS 0.07

RGB Variations

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

Color information

#ED6418 (or 0xED6418) is known color: Pumpkin. HEX triplet: ED, 64 and 18. RGB value is (237,100,24). Sum of RGB (Red+Green+Blue) = 237+100+24=361 (47% of max value = 765). Red value is 237 (92.97% from 255 or 65.65% from 361); Green value is 100 (39.45% from 255 or 27.70% from 361); Blue value is 24 (9.77% from 255 or 6.65% from 361); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6418 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED6418 is #129BE7. Grayscale: #848484. Windows color (decimal): -1219560 or 1598701. OLE color: 1598701.

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

Color convert

RGB 237 100 24 -
CMYK 0 0.58 0.90 0.07
HSL 21.41º 0.86% 0.51% -
HSV(B) 21.41º 0.9% 0.93% -
XYZ 39.65 27.18 4.02 -
YUV 132.3 66.89 202.68 -
System Red Green Blue C M Y K H S L
Decimal 237 100 24 0 0.58 0.90 0.07 21.41 0.86 0.51
Hex ED 64 18 0 3A 5A 7 15 56 33
Octal 355 144 30 0 72 132 7 25 126 63
Binary 11101101 1100100 11000 0 111010 1011010 111 10101 1010110 110011

Color Harmonies of #ED6418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6418

Black with #ED6418

Text Example


Text Example

White with #ED6418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6418; }

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

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

background-color css

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

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

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

border-color css

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

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

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