Html Css Color HEX #ED640D Persimmon

📋 copy color: '#ED640D'

red 237 ◦ green 100 ◦ blue 13

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

Shades of Persimmon #ED640D

Tints of Persimmon #ED640D

RGB

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

 GREEN value IS 100 (39.45% from 255) = 28.57%

 BLUE value IS 13 (5.47% from 255) = 3.71%

R = 67.71%
G = 28.57%
B = 3.71%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#ED640D (or 0xED640D) is known color: Persimmon. HEX triplet: ED, 64 and 0D. RGB value is (237,100,13). Sum of RGB (Red+Green+Blue) = 237+100+13=350 (46% of max value = 765). Red value is 237 (92.97% from 255 or 67.71% from 350); Green value is 100 (39.45% from 255 or 28.57% from 350); Blue value is 13 (5.47% from 255 or 3.71% from 350); Max value from RGB is 237 - color contains mainly: red. Hex color #ED640D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED640D is #129BF2. Grayscale: #838383. Windows color (decimal): -1219571 or 877805. OLE color: 877805.

HSL color Cylindrical-coordinate representation of color #ED640D: hue angle of 23.3º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ED640D is Cyan = 0, Magento = 0.58, Yellow = 0.95 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 100 13 -
CMYK 0 0.58 0.95 0.07
HSL 23.3º 0.9% 0.49% -
HSV(B) 23.3º 0.95% 0.93% -
XYZ 39.55 27.15 3.54 -
YUV 131.05 61.39 203.57 -
System Red Green Blue C M Y K H S L
Decimal 237 100 13 0 0.58 0.95 0.07 23.3 0.9 0.49
Hex ED 64 D 0 3A 5F 7 17 5A 31
Octal 355 144 15 0 72 137 7 27 132 61
Binary 11101101 1100100 1101 0 111010 1011111 111 10111 1011010 110001

Color Harmonies of #ED640D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED640D

Black with #ED640D

Text Example


Text Example

White with #ED640D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED640D; }

 p { color: rgb(237,100,13); }

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

background-color css

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

 a { background-color: rgb(237,100,13); }

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

border-color css

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

 span { border-color: rgb(237,100,13); }

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