Html Css Color HEX #ED640E Persimmon

📋 copy color: '#ED640E'

red 237 ◦ green 100 ◦ blue 14

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

Shades of Persimmon #ED640E

Tints of Persimmon #ED640E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.99%

R = 67.52%
G = 28.49%
B = 3.99%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#ED640E (or 0xED640E) is known color: Persimmon. HEX triplet: ED, 64 and 0E. RGB value is (237,100,14). Sum of RGB (Red+Green+Blue) = 237+100+14=351 (46% of max value = 765). Red value is 237 (92.97% from 255 or 67.52% from 351); Green value is 100 (39.45% from 255 or 28.49% from 351); Blue value is 14 (5.86% from 255 or 3.99% from 351); Max value from RGB is 237 - color contains mainly: red. Hex color #ED640E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED640E is #129BF1. Grayscale: #838383. Windows color (decimal): -1219570 or 943341. OLE color: 943341.

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

Color convert

RGB 237 100 14 -
CMYK 0 0.58 0.94 0.07
HSL 23.14º 0.89% 0.49% -
HSV(B) 23.14º 0.94% 0.93% -
XYZ 39.56 27.15 3.57 -
YUV 131.16 61.89 203.49 -
System Red Green Blue C M Y K H S L
Decimal 237 100 14 0 0.58 0.94 0.07 23.14 0.89 0.49
Hex ED 64 E 0 3A 5E 7 17 59 31
Octal 355 144 16 0 72 136 7 27 131 61
Binary 11101101 1100100 1110 0 111010 1011110 111 10111 1011001 110001

Color Harmonies of #ED640E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED640E

Black with #ED640E

Text Example


Text Example

White with #ED640E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED640E; }

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

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

background-color css

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

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

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

border-color css

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

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

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