Html Css Color HEX #ED4901 Persimmon

📋 copy color: '#ED4901'

red 237 ◦ green 73 ◦ blue 1

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

Shades of Persimmon #ED4901

Tints of Persimmon #ED4901

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.32%

R = 76.21%
G = 23.47%
B = 0.32%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 1.00

 K value IS 0.07

RGB Variations

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

Color information

#ED4901 (or 0xED4901) is known color: Persimmon. HEX triplet: ED, 49 and 01. RGB value is (237,73,1). Sum of RGB (Red+Green+Blue) = 237+73+1=311 (41% of max value = 765). Red value is 237 (92.97% from 255 or 76.21% from 311); Green value is 73 (28.91% from 255 or 23.47% from 311); Blue value is 1 (0.78% from 255 or 0.32% from 311); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4901 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED4901 is #12B6FE. Grayscale: #727272. Windows color (decimal): -1226495 or 84461. OLE color: 84461.

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

Color convert

RGB 237 73 1 -
CMYK 0 0.69 1.00 0.07
HSL 18.31º 0.99% 0.47% -
HSV(B) 18.31º 1% 0.93% -
XYZ 37.31 22.77 2.46 -
YUV 113.83 64.33 215.85 -
System Red Green Blue C M Y K H S L
Decimal 237 73 1 0 0.69 1.00 0.07 18.31 0.99 0.47
Hex ED 49 1 0 45 64 7 12 63 2F
Octal 355 111 1 0 105 144 7 22 143 57
Binary 11101101 1001001 1 0 1000101 1100100 111 10010 1100011 101111

Color Harmonies of #ED4901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4901

Black with #ED4901

Text Example


Text Example

White with #ED4901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4901; }

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

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

background-color css

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

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

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

border-color css

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

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

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