Html Css Color HEX #ED5004 Persimmon

📋 copy color: '#ED5004'

red 237 ◦ green 80 ◦ blue 4

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

Shades of Persimmon #ED5004

Tints of Persimmon #ED5004

RGB

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

 GREEN value IS 80 (31.64% from 255) = 24.92%

 BLUE value IS 4 (1.95% from 255) = 1.25%

R = 73.83%
G = 24.92%
B = 1.25%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#ED5004 (or 0xED5004) is known color: Persimmon. HEX triplet: ED, 50 and 04. RGB value is (237,80,4). Sum of RGB (Red+Green+Blue) = 237+80+4=321 (42% of max value = 765). Red value is 237 (92.97% from 255 or 73.83% from 321); Green value is 80 (31.64% from 255 or 24.92% from 321); Blue value is 4 (1.95% from 255 or 1.25% from 321); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5004 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED5004 is #12AFFB. Grayscale: #767676. Windows color (decimal): -1224700 or 282861. OLE color: 282861.

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

Color convert

RGB 237 80 4 -
CMYK 0 0.66 0.98 0.07
HSL 19.57º 0.97% 0.47% -
HSV(B) 19.57º 0.98% 0.93% -
XYZ 37.82 23.75 2.71 -
YUV 118.28 63.51 212.68 -
System Red Green Blue C M Y K H S L
Decimal 237 80 4 0 0.66 0.98 0.07 19.57 0.97 0.47
Hex ED 50 4 0 42 62 7 14 61 2F
Octal 355 120 4 0 102 142 7 24 141 57
Binary 11101101 1010000 100 0 1000010 1100010 111 10100 1100001 101111

Color Harmonies of #ED5004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED5004

Black with #ED5004

Text Example


Text Example

White with #ED5004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED5004; }

 p { color: rgb(237,80,4); }

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

background-color css

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

 a { background-color: rgb(237,80,4); }

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

border-color css

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

 span { border-color: rgb(237,80,4); }

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