Html Css Color HEX #ED4903 Persimmon

📋 copy color: '#ED4903'

red 237 ◦ green 73 ◦ blue 3

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

Shades of Persimmon #ED4903

Tints of Persimmon #ED4903

RGB

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

 GREEN value IS 73 (28.91% from 255) = 23.32%

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

R = 75.72%
G = 23.32%
B = 0.96%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#ED4903 (or 0xED4903) is known color: Persimmon. HEX triplet: ED, 49 and 03. RGB value is (237,73,3). Sum of RGB (Red+Green+Blue) = 237+73+3=313 (41% of max value = 765). Red value is 237 (92.97% from 255 or 75.72% from 313); Green value is 73 (28.91% from 255 or 23.32% from 313); Blue value is 3 (1.56% from 255 or 0.96% from 313); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4903 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED4903 is #12B6FC. Grayscale: #727272. Windows color (decimal): -1226493 or 215533. OLE color: 215533.

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

Color convert

RGB 237 73 3 -
CMYK 0 0.69 0.99 0.07
HSL 17.95º 0.98% 0.47% -
HSV(B) 17.95º 0.99% 0.93% -
XYZ 37.32 22.78 2.52 -
YUV 114.06 65.33 215.69 -
System Red Green Blue C M Y K H S L
Decimal 237 73 3 0 0.69 0.99 0.07 17.95 0.98 0.47
Hex ED 49 3 0 45 63 7 12 62 2F
Octal 355 111 3 0 105 143 7 22 142 57
Binary 11101101 1001001 11 0 1000101 1100011 111 10010 1100010 101111

Color Harmonies of #ED4903

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4903

Black with #ED4903

Text Example


Text Example

White with #ED4903

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4903; }

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

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

background-color css

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

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

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

border-color css

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

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

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