Html Css Color HEX #ED640C Persimmon

📋 copy color: '#ED640C'

red 237 ◦ green 100 ◦ blue 12

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

Shades of Persimmon #ED640C

Tints of Persimmon #ED640C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.44%

R = 67.91%
G = 28.65%
B = 3.44%

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

#ED640C (or 0xED640C) is known color: Persimmon. HEX triplet: ED, 64 and 0C. RGB value is (237,100,12). Sum of RGB (Red+Green+Blue) = 237+100+12=349 (46% of max value = 765). Red value is 237 (92.97% from 255 or 67.91% from 349); Green value is 100 (39.45% from 255 or 28.65% from 349); Blue value is 12 (5.08% from 255 or 3.44% from 349); Max value from RGB is 237 - color contains mainly: red. Hex color #ED640C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED640C is #129BF3. Grayscale: #838383. Windows color (decimal): -1219572 or 812269. OLE color: 812269.

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

Color convert

RGB 237 100 12 -
CMYK 0 0.58 0.95 0.07
HSL 23.47º 0.9% 0.49% -
HSV(B) 23.47º 0.95% 0.93% -
XYZ 39.55 27.15 3.5 -
YUV 130.93 60.89 203.66 -
System Red Green Blue C M Y K H S L
Decimal 237 100 12 0 0.58 0.95 0.07 23.47 0.9 0.49
Hex ED 64 C 0 3A 5F 7 17 5A 31
Octal 355 144 14 0 72 137 7 27 132 61
Binary 11101101 1100100 1100 0 111010 1011111 111 10111 1011010 110001

Color Harmonies of #ED640C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED640C

Black with #ED640C

Text Example


Text Example

White with #ED640C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED640C; }

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

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

background-color css

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

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

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

border-color css

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

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

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