Html Css Color HEX #ED4808 Persimmon

📋 copy color: '#ED4808'

red 237 ◦ green 72 ◦ blue 8

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

Shades of Persimmon #ED4808

Tints of Persimmon #ED4808

RGB

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

 GREEN value IS 72 (28.52% from 255) = 22.71%

 BLUE value IS 8 (3.52% from 255) = 2.52%

R = 74.76%
G = 22.71%
B = 2.52%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#ED4808 (or 0xED4808) is known color: Persimmon. HEX triplet: ED, 48 and 08. RGB value is (237,72,8). Sum of RGB (Red+Green+Blue) = 237+72+8=317 (41% of max value = 765). Red value is 237 (92.97% from 255 or 74.76% from 317); Green value is 72 (28.52% from 255 or 22.71% from 317); Blue value is 8 (3.52% from 255 or 2.52% from 317); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4808 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED4808 is #12B7F7. Grayscale: #727272. Windows color (decimal): -1226744 or 542957. OLE color: 542957.

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

Color convert

RGB 237 72 8 -
CMYK 0 0.70 0.97 0.07
HSL 16.77º 0.93% 0.48% -
HSV(B) 16.77º 0.97% 0.93% -
XYZ 37.29 22.66 2.64 -
YUV 114.04 68.16 215.7 -
System Red Green Blue C M Y K H S L
Decimal 237 72 8 0 0.70 0.97 0.07 16.77 0.93 0.48
Hex ED 48 8 0 46 61 7 11 5D 30
Octal 355 110 10 0 106 141 7 21 135 60
Binary 11101101 1001000 1000 0 1000110 1100001 111 10001 1011101 110000

Color Harmonies of #ED4808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4808

Black with #ED4808

Text Example


Text Example

White with #ED4808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4808; }

 p { color: rgb(237,72,8); }

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

background-color css

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

 a { background-color: rgb(237,72,8); }

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

border-color css

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

 span { border-color: rgb(237,72,8); }

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