Html Css Color HEX #ED6504 Persimmon

📋 copy color: '#ED6504'

red 237 ◦ green 101 ◦ blue 4

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

Shades of Persimmon #ED6504

Tints of Persimmon #ED6504

RGB

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

 GREEN value IS 101 (39.84% from 255) = 29.53%

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

R = 69.3%
G = 29.53%
B = 1.17%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#ED6504 (or 0xED6504) is known color: Persimmon. HEX triplet: ED, 65 and 04. RGB value is (237,101,4). Sum of RGB (Red+Green+Blue) = 237+101+4=342 (45% of max value = 765). Red value is 237 (92.97% from 255 or 69.30% from 342); Green value is 101 (39.84% from 255 or 29.53% from 342); Blue value is 4 (1.95% from 255 or 1.17% from 342); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6504 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED6504 is #129AFB. Grayscale: #838383. Windows color (decimal): -1219324 or 288237. OLE color: 288237.

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

Color convert

RGB 237 101 4 -
CMYK 0 0.57 0.98 0.07
HSL 24.98º 0.97% 0.47% -
HSV(B) 24.98º 0.98% 0.93% -
XYZ 39.6 27.32 3.3 -
YUV 130.61 56.56 203.89 -
System Red Green Blue C M Y K H S L
Decimal 237 101 4 0 0.57 0.98 0.07 24.98 0.97 0.47
Hex ED 65 4 0 39 62 7 19 61 2F
Octal 355 145 4 0 71 142 7 31 141 57
Binary 11101101 1100101 100 0 111001 1100010 111 11001 1100001 101111

Color Harmonies of #ED6504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6504

Black with #ED6504

Text Example


Text Example

White with #ED6504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6504; }

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

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

background-color css

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

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

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

border-color css

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

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

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