Html Css Color HEX #ED7812 Pumpkin

📋 copy color: '#ED7812'

red 237 ◦ green 120 ◦ blue 18

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

Shades of Pumpkin #ED7812

Tints of Pumpkin #ED7812

RGB

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

 GREEN value IS 120 (47.27% from 255) = 32%

 BLUE value IS 18 (7.42% from 255) = 4.8%

R = 63.2%
G = 32%
B = 4.8%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#ED7812 (or 0xED7812) is known color: Pumpkin. HEX triplet: ED, 78 and 12. RGB value is (237,120,18). Sum of RGB (Red+Green+Blue) = 237+120+18=375 (49% of max value = 765). Red value is 237 (92.97% from 255 or 63.2% from 375); Green value is 120 (47.27% from 255 or 32% from 375); Blue value is 18 (7.42% from 255 or 4.8% from 375); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7812 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED7812 is #1287ED. Grayscale: #8F8F8F. Windows color (decimal): -1214446 or 1210605. OLE color: 1210605.

HSL color Cylindrical-coordinate representation of color #ED7812: hue angle of 27.95º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ED7812 is Cyan = 0, Magento = 0.49, Yellow = 0.92 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 120 18 -
CMYK 0 0.49 0.92 0.07
HSL 27.95º 0.86% 0.5% -
HSV(B) 27.95º 0.92% 0.93% -
XYZ 41.75 31.48 4.45 -
YUV 143.36 57.26 194.79 -
System Red Green Blue C M Y K H S L
Decimal 237 120 18 0 0.49 0.92 0.07 27.95 0.86 0.5
Hex ED 78 12 0 31 5C 7 1C 56 32
Octal 355 170 22 0 61 134 7 34 126 62
Binary 11101101 1111000 10010 0 110001 1011100 111 11100 1010110 110010

Color Harmonies of #ED7812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7812

Black with #ED7812

Text Example


Text Example

White with #ED7812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7812; }

 p { color: rgb(237,120,18); }

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

background-color css

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

 a { background-color: rgb(237,120,18); }

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

border-color css

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

 span { border-color: rgb(237,120,18); }

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