Html Css Color HEX #ED4700 Persimmon

📋 copy color: '#ED4700'

red 237 ◦ green 71 ◦ blue 0

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

Shades of Persimmon #ED4700

Tints of Persimmon #ED4700

RGB

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

 GREEN value IS 71 (28.13% from 255) = 23.05%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 76.95%
G = 23.05%
B = 0%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#ED4700 (or 0xED4700) is known color: Persimmon. HEX triplet: ED, 47 and 00. RGB value is (237,71,0). Sum of RGB (Red+Green+Blue) = 237+71+0=308 (40% of max value = 765). Red value is 237 (92.97% from 255 or 76.95% from 308); Green value is 71 (28.12% from 255 or 23.05% from 308); Blue value is 0 (0.39% from 255 or 0% from 308); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4700 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED4700 is #12B8FF. Grayscale: #707070. Windows color (decimal): -1227008 or 18413. OLE color: 18413.

HSL color Cylindrical-coordinate representation of color #ED4700: hue angle of 17.97º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ED4700 is Cyan = 0, Magento = 0.70, Yellow = 1 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 71 0 -
CMYK 0 0.70 1 0.07
HSL 17.97º 1% 0.46% -
HSV(B) 17.97º 1% 0.93% -
XYZ 37.18 22.51 2.39 -
YUV 112.54 64.5 216.77 -
System Red Green Blue C M Y K H S L
Decimal 237 71 0 0 0.70 1 0.07 17.97 1 0.46
Hex ED 47 0 0 46 64 7 12 64 2E
Octal 355 107 0 0 106 144 7 22 144 56
Binary 11101101 1000111 0 0 1000110 1100100 111 10010 1100100 101110

Color Harmonies of #ED4700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4700

Black with #ED4700

Text Example


Text Example

White with #ED4700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4700; }

 p { color: rgb(237,71,0); }

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

background-color css

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

 a { background-color: rgb(237,71,0); }

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

border-color css

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

 span { border-color: rgb(237,71,0); }

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