Html Css Color HEX #ED741A Pumpkin

📋 copy color: '#ED741A'

red 237 ◦ green 116 ◦ blue 26

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

Shades of Pumpkin #ED741A

Tints of Pumpkin #ED741A

RGB

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

 GREEN value IS 116 (45.7% from 255) = 30.61%

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

R = 62.53%
G = 30.61%
B = 6.86%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#ED741A (or 0xED741A) is known color: Pumpkin. HEX triplet: ED, 74 and 1A. RGB value is (237,116,26). Sum of RGB (Red+Green+Blue) = 237+116+26=379 (50% of max value = 765). Red value is 237 (92.97% from 255 or 62.53% from 379); Green value is 116 (45.70% from 255 or 30.61% from 379); Blue value is 26 (10.55% from 255 or 6.86% from 379); Max value from RGB is 237 - color contains mainly: red. Hex color #ED741A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED741A is #128BE5. Grayscale: #8E8E8E. Windows color (decimal): -1215462 or 1733869. OLE color: 1733869.

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

Color convert

RGB 237 116 26 -
CMYK 0 0.51 0.89 0.07
HSL 25.59º 0.85% 0.52% -
HSV(B) 25.59º 0.89% 0.93% -
XYZ 41.36 30.57 4.7 -
YUV 141.92 62.59 195.82 -
System Red Green Blue C M Y K H S L
Decimal 237 116 26 0 0.51 0.89 0.07 25.59 0.85 0.52
Hex ED 74 1A 0 33 59 7 1A 55 34
Octal 355 164 32 0 63 131 7 32 125 64
Binary 11101101 1110100 11010 0 110011 1011001 111 11010 1010101 110100

Color Harmonies of #ED741A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED741A

Black with #ED741A

Text Example


Text Example

White with #ED741A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED741A; }

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

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

background-color css

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

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

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

border-color css

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

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

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