Html Css Color HEX #ED741B Pumpkin

📋 copy color: '#ED741B'

red 237 ◦ green 116 ◦ blue 27

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

Shades of Pumpkin #ED741B

Tints of Pumpkin #ED741B

RGB

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

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

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

R = 62.37%
G = 30.53%
B = 7.11%

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

#ED741B (or 0xED741B) is known color: Pumpkin. HEX triplet: ED, 74 and 1B. RGB value is (237,116,27). Sum of RGB (Red+Green+Blue) = 237+116+27=380 (50% of max value = 765). Red value is 237 (92.97% from 255 or 62.37% from 380); Green value is 116 (45.70% from 255 or 30.53% from 380); Blue value is 27 (10.94% from 255 or 7.11% from 380); Max value from RGB is 237 - color contains mainly: red. Hex color #ED741B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED741B is #128BE4. Grayscale: #8E8E8E. Windows color (decimal): -1215461 or 1799405. OLE color: 1799405.

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

Color convert

RGB 237 116 27 -
CMYK 0 0.51 0.89 0.07
HSL 25.43º 0.85% 0.52% -
HSV(B) 25.43º 0.89% 0.93% -
XYZ 41.37 30.57 4.76 -
YUV 142.03 63.09 195.74 -
System Red Green Blue C M Y K H S L
Decimal 237 116 27 0 0.51 0.89 0.07 25.43 0.85 0.52
Hex ED 74 1B 0 33 59 7 19 55 34
Octal 355 164 33 0 63 131 7 31 125 64
Binary 11101101 1110100 11011 0 110011 1011001 111 11001 1010101 110100

Color Harmonies of #ED741B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED741B

Black with #ED741B

Text Example


Text Example

White with #ED741B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED741B; }

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

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

background-color css

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

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

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

border-color css

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

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

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