Html Css Color HEX #ED4803 Persimmon

📋 copy color: '#ED4803'

red 237 ◦ green 72 ◦ blue 3

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

Shades of Persimmon #ED4803

Tints of Persimmon #ED4803

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.96%

R = 75.96%
G = 23.08%
B = 0.96%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#ED4803 (or 0xED4803) is known color: Persimmon. HEX triplet: ED, 48 and 03. RGB value is (237,72,3). Sum of RGB (Red+Green+Blue) = 237+72+3=312 (41% of max value = 765). Red value is 237 (92.97% from 255 or 75.96% from 312); Green value is 72 (28.52% from 255 or 23.08% from 312); Blue value is 3 (1.56% from 255 or 0.96% from 312); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4803 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED4803 is #12B7FC. Grayscale: #717171. Windows color (decimal): -1226749 or 215277. OLE color: 215277.

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

Color convert

RGB 237 72 3 -
CMYK 0 0.70 0.99 0.07
HSL 17.69º 0.98% 0.47% -
HSV(B) 17.69º 0.99% 0.93% -
XYZ 37.26 22.65 2.49 -
YUV 113.47 65.66 216.11 -
System Red Green Blue C M Y K H S L
Decimal 237 72 3 0 0.70 0.99 0.07 17.69 0.98 0.47
Hex ED 48 3 0 46 63 7 12 62 2F
Octal 355 110 3 0 106 143 7 22 142 57
Binary 11101101 1001000 11 0 1000110 1100011 111 10010 1100010 101111

Color Harmonies of #ED4803

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4803

Black with #ED4803

Text Example


Text Example

White with #ED4803

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4803; }

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

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

background-color css

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

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

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

border-color css

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

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

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