Html Css Color HEX #ED641B Pumpkin

📋 copy color: '#ED641B'

red 237 ◦ green 100 ◦ blue 27

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

Shades of Pumpkin #ED641B

Tints of Pumpkin #ED641B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.42%

R = 65.11%
G = 27.47%
B = 7.42%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#ED641B (or 0xED641B) is known color: Pumpkin. HEX triplet: ED, 64 and 1B. RGB value is (237,100,27). Sum of RGB (Red+Green+Blue) = 237+100+27=364 (48% of max value = 765). Red value is 237 (92.97% from 255 or 65.11% from 364); Green value is 100 (39.45% from 255 or 27.47% from 364); Blue value is 27 (10.94% from 255 or 7.42% from 364); Max value from RGB is 237 - color contains mainly: red. Hex color #ED641B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED641B is #129BE4. Grayscale: #858585. Windows color (decimal): -1219557 or 1795309. OLE color: 1795309.

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

Color convert

RGB 237 100 27 -
CMYK 0 0.58 0.89 0.07
HSL 20.86º 0.85% 0.52% -
HSV(B) 20.86º 0.89% 0.93% -
XYZ 39.68 27.2 4.2 -
YUV 132.64 68.39 202.44 -
System Red Green Blue C M Y K H S L
Decimal 237 100 27 0 0.58 0.89 0.07 20.86 0.85 0.52
Hex ED 64 1B 0 3A 59 7 15 55 34
Octal 355 144 33 0 72 131 7 25 125 64
Binary 11101101 1100100 11011 0 111010 1011001 111 10101 1010101 110100

Color Harmonies of #ED641B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED641B

Black with #ED641B

Text Example


Text Example

White with #ED641B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED641B; }

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

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

background-color css

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

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

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

border-color css

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

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

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