Html Css Color HEX #ED651A Pumpkin

📋 copy color: '#ED651A'

red 237 ◦ green 101 ◦ blue 26

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

Shades of Pumpkin #ED651A

Tints of Pumpkin #ED651A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.14%

R = 65.11%
G = 27.75%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#ED651A (or 0xED651A) is known color: Pumpkin. HEX triplet: ED, 65 and 1A. RGB value is (237,101,26). Sum of RGB (Red+Green+Blue) = 237+101+26=364 (48% of max value = 765). Red value is 237 (92.97% from 255 or 65.11% from 364); Green value is 101 (39.84% from 255 or 27.75% from 364); Blue value is 26 (10.55% from 255 or 7.14% from 364); Max value from RGB is 237 - color contains mainly: red. Hex color #ED651A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED651A is #129AE5. Grayscale: #858585. Windows color (decimal): -1219302 or 1730029. OLE color: 1730029.

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

Color convert

RGB 237 101 26 -
CMYK 0 0.57 0.89 0.07
HSL 21.33º 0.85% 0.52% -
HSV(B) 21.33º 0.89% 0.93% -
XYZ 39.77 27.39 4.17 -
YUV 133.11 67.56 202.1 -
System Red Green Blue C M Y K H S L
Decimal 237 101 26 0 0.57 0.89 0.07 21.33 0.85 0.52
Hex ED 65 1A 0 39 59 7 15 55 34
Octal 355 145 32 0 71 131 7 25 125 64
Binary 11101101 1100101 11010 0 111001 1011001 111 10101 1010101 110100

Color Harmonies of #ED651A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED651A

Black with #ED651A

Text Example


Text Example

White with #ED651A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED651A; }

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

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

background-color css

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

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

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

border-color css

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

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

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