Html Css Color HEX #ED4C04 Persimmon

📋 copy color: '#ED4C04'

red 237 ◦ green 76 ◦ blue 4

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

Shades of Persimmon #ED4C04

Tints of Persimmon #ED4C04

RGB

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

 GREEN value IS 76 (30.08% from 255) = 23.97%

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

R = 74.76%
G = 23.97%
B = 1.26%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#ED4C04 (or 0xED4C04) is known color: Persimmon. HEX triplet: ED, 4C and 04. RGB value is (237,76,4). Sum of RGB (Red+Green+Blue) = 237+76+4=317 (41% of max value = 765). Red value is 237 (92.97% from 255 or 74.76% from 317); Green value is 76 (30.08% from 255 or 23.97% from 317); Blue value is 4 (1.95% from 255 or 1.26% from 317); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4C04 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED4C04 is #12B3FB. Grayscale: #747474. Windows color (decimal): -1225724 or 281837. OLE color: 281837.

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

Color convert

RGB 237 76 4 -
CMYK 0 0.68 0.98 0.07
HSL 18.54º 0.97% 0.47% -
HSV(B) 18.54º 0.98% 0.93% -
XYZ 37.53 23.18 2.61 -
YUV 115.93 64.84 214.35 -
System Red Green Blue C M Y K H S L
Decimal 237 76 4 0 0.68 0.98 0.07 18.54 0.97 0.47
Hex ED 4C 4 0 44 62 7 13 61 2F
Octal 355 114 4 0 104 142 7 23 141 57
Binary 11101101 1001100 100 0 1000100 1100010 111 10011 1100001 101111

Color Harmonies of #ED4C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4C04

Black with #ED4C04

Text Example


Text Example

White with #ED4C04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4C04; }

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

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

background-color css

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

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

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

border-color css

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

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

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