Html Css Color HEX #ED681D Pumpkin

📋 copy color: '#ED681D'

red 237 ◦ green 104 ◦ blue 29

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

Shades of Pumpkin #ED681D

Tints of Pumpkin #ED681D

RGB

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

 GREEN value IS 104 (41.02% from 255) = 28.11%

 BLUE value IS 29 (11.72% from 255) = 7.84%

R = 64.05%
G = 28.11%
B = 7.84%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#ED681D (or 0xED681D) is known color: Pumpkin. HEX triplet: ED, 68 and 1D. RGB value is (237,104,29). Sum of RGB (Red+Green+Blue) = 237+104+29=370 (49% of max value = 765). Red value is 237 (92.97% from 255 or 64.05% from 370); Green value is 104 (41.02% from 255 or 28.11% from 370); Blue value is 29 (11.72% from 255 or 7.84% from 370); Max value from RGB is 237 - color contains mainly: red. Hex color #ED681D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED681D is #1297E2. Grayscale: #878787. Windows color (decimal): -1218531 or 1927405. OLE color: 1927405.

HSL color Cylindrical-coordinate representation of color #ED681D: hue angle of 21.63º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #ED681D is Cyan = 0, Magento = 0.56, Yellow = 0.88 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 104 29 -
CMYK 0 0.56 0.88 0.07
HSL 21.63º 0.85% 0.52% -
HSV(B) 21.63º 0.88% 0.93% -
XYZ 40.1 27.99 4.45 -
YUV 135.22 68.06 200.6 -
System Red Green Blue C M Y K H S L
Decimal 237 104 29 0 0.56 0.88 0.07 21.63 0.85 0.52
Hex ED 68 1D 0 38 58 7 16 55 34
Octal 355 150 35 0 70 130 7 26 125 64
Binary 11101101 1101000 11101 0 111000 1011000 111 10110 1010101 110100

Color Harmonies of #ED681D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED681D

Black with #ED681D

Text Example


Text Example

White with #ED681D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED681D; }

 p { color: rgb(237,104,29); }

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

background-color css

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

 a { background-color: rgb(237,104,29); }

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

border-color css

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

 span { border-color: rgb(237,104,29); }

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