Html Css Color HEX #ED711A Pumpkin

📋 copy color: '#ED711A'

red 237 ◦ green 113 ◦ blue 26

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

Shades of Pumpkin #ED711A

Tints of Pumpkin #ED711A

RGB

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

 GREEN value IS 113 (44.53% from 255) = 30.05%

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

R = 63.03%
G = 30.05%
B = 6.91%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#ED711A (or 0xED711A) is known color: Pumpkin. HEX triplet: ED, 71 and 1A. RGB value is (237,113,26). Sum of RGB (Red+Green+Blue) = 237+113+26=376 (49% of max value = 765). Red value is 237 (92.97% from 255 or 63.03% from 376); Green value is 113 (44.53% from 255 or 30.05% from 376); Blue value is 26 (10.55% from 255 or 6.91% from 376); Max value from RGB is 237 - color contains mainly: red. Hex color #ED711A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED711A is #128EE5. Grayscale: #8C8C8C. Windows color (decimal): -1216230 or 1733101. OLE color: 1733101.

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

Color convert

RGB 237 113 26 -
CMYK 0 0.52 0.89 0.07
HSL 24.74º 0.85% 0.52% -
HSV(B) 24.74º 0.89% 0.93% -
XYZ 41.02 29.89 4.58 -
YUV 140.16 63.58 197.07 -
System Red Green Blue C M Y K H S L
Decimal 237 113 26 0 0.52 0.89 0.07 24.74 0.85 0.52
Hex ED 71 1A 0 34 59 7 19 55 34
Octal 355 161 32 0 64 131 7 31 125 64
Binary 11101101 1110001 11010 0 110100 1011001 111 11001 1010101 110100

Color Harmonies of #ED711A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED711A

Black with #ED711A

Text Example


Text Example

White with #ED711A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED711A; }

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

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

background-color css

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

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

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

border-color css

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

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

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