Html Css Color HEX #ED6004 Persimmon

📋 copy color: '#ED6004'

red 237 ◦ green 96 ◦ blue 4

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

Shades of Persimmon #ED6004

Tints of Persimmon #ED6004

RGB

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

 GREEN value IS 96 (37.89% from 255) = 28.49%

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

R = 70.33%
G = 28.49%
B = 1.19%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#ED6004 (or 0xED6004) is known color: Persimmon. HEX triplet: ED, 60 and 04. RGB value is (237,96,4). Sum of RGB (Red+Green+Blue) = 237+96+4=337 (44% of max value = 765). Red value is 237 (92.97% from 255 or 70.33% from 337); Green value is 96 (37.89% from 255 or 28.49% from 337); Blue value is 4 (1.95% from 255 or 1.19% from 337); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6004 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED6004 is #129FFB. Grayscale: #808080. Windows color (decimal): -1220604 or 286957. OLE color: 286957.

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

Color convert

RGB 237 96 4 -
CMYK 0 0.59 0.98 0.07
HSL 23.69º 0.97% 0.47% -
HSV(B) 23.69º 0.98% 0.93% -
XYZ 39.13 26.38 3.14 -
YUV 127.67 58.21 205.98 -
System Red Green Blue C M Y K H S L
Decimal 237 96 4 0 0.59 0.98 0.07 23.69 0.97 0.47
Hex ED 60 4 0 3B 62 7 18 61 2F
Octal 355 140 4 0 73 142 7 30 141 57
Binary 11101101 1100000 100 0 111011 1100010 111 11000 1100001 101111

Color Harmonies of #ED6004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6004

Black with #ED6004

Text Example


Text Example

White with #ED6004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6004; }

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

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

background-color css

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

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

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

border-color css

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

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

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