Html Css Color HEX #ED7B1A Pumpkin

📋 copy color: '#ED7B1A'

red 237 ◦ green 123 ◦ blue 26

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

Shades of Pumpkin #ED7B1A

Tints of Pumpkin #ED7B1A

RGB

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

 GREEN value IS 123 (48.44% from 255) = 31.87%

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

R = 61.4%
G = 31.87%
B = 6.74%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#ED7B1A (or 0xED7B1A) is known color: Pumpkin. HEX triplet: ED, 7B and 1A. RGB value is (237,123,26). Sum of RGB (Red+Green+Blue) = 237+123+26=386 (51% of max value = 765). Red value is 237 (92.97% from 255 or 61.40% from 386); Green value is 123 (48.44% from 255 or 31.87% from 386); Blue value is 26 (10.55% from 255 or 6.74% from 386); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7B1A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED7B1A is #1284E5. Grayscale: #929292. Windows color (decimal): -1213670 or 1735661. OLE color: 1735661.

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

Color convert

RGB 237 123 26 -
CMYK 0 0.48 0.89 0.07
HSL 27.58º 0.85% 0.52% -
HSV(B) 27.58º 0.89% 0.93% -
XYZ 42.19 32.25 4.98 -
YUV 146.03 60.27 192.89 -
System Red Green Blue C M Y K H S L
Decimal 237 123 26 0 0.48 0.89 0.07 27.58 0.85 0.52
Hex ED 7B 1A 0 30 59 7 1C 55 34
Octal 355 173 32 0 60 131 7 34 125 64
Binary 11101101 1111011 11010 0 110000 1011001 111 11100 1010101 110100

Color Harmonies of #ED7B1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7B1A

Black with #ED7B1A

Text Example


Text Example

White with #ED7B1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7B1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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