Html Css Color HEX #ED661B Pumpkin

📋 copy color: '#ED661B'

red 237 ◦ green 102 ◦ blue 27

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

Shades of Pumpkin #ED661B

Tints of Pumpkin #ED661B

RGB

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

 GREEN value IS 102 (40.23% from 255) = 27.87%

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

R = 64.75%
G = 27.87%
B = 7.38%

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

#ED661B (or 0xED661B) is known color: Pumpkin. HEX triplet: ED, 66 and 1B. RGB value is (237,102,27). Sum of RGB (Red+Green+Blue) = 237+102+27=366 (48% of max value = 765). Red value is 237 (92.97% from 255 or 64.75% from 366); Green value is 102 (40.23% from 255 or 27.87% from 366); Blue value is 27 (10.94% from 255 or 7.38% from 366); Max value from RGB is 237 - color contains mainly: red. Hex color #ED661B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED661B is #1299E4. Grayscale: #868686. Windows color (decimal): -1219045 or 1795821. OLE color: 1795821.

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

Color convert

RGB 237 102 27 -
CMYK 0 0.57 0.89 0.07
HSL 21.43º 0.85% 0.52% -
HSV(B) 21.43º 0.89% 0.93% -
XYZ 39.87 27.59 4.26 -
YUV 133.82 67.73 201.6 -
System Red Green Blue C M Y K H S L
Decimal 237 102 27 0 0.57 0.89 0.07 21.43 0.85 0.52
Hex ED 66 1B 0 39 59 7 15 55 34
Octal 355 146 33 0 71 131 7 25 125 64
Binary 11101101 1100110 11011 0 111001 1011001 111 10101 1010101 110100

Color Harmonies of #ED661B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED661B

Black with #ED661B

Text Example


Text Example

White with #ED661B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED661B; }

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

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

background-color css

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

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

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

border-color css

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

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

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