Html Css Color HEX #ED640A Persimmon

📋 copy color: '#ED640A'

red 237 ◦ green 100 ◦ blue 10

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

Shades of Persimmon #ED640A

Tints of Persimmon #ED640A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.88%

R = 68.3%
G = 28.82%
B = 2.88%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#ED640A (or 0xED640A) is known color: Persimmon. HEX triplet: ED, 64 and 0A. RGB value is (237,100,10). Sum of RGB (Red+Green+Blue) = 237+100+10=347 (45% of max value = 765). Red value is 237 (92.97% from 255 or 68.30% from 347); Green value is 100 (39.45% from 255 or 28.82% from 347); Blue value is 10 (4.30% from 255 or 2.88% from 347); Max value from RGB is 237 - color contains mainly: red. Hex color #ED640A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED640A is #129BF5. Grayscale: #838383. Windows color (decimal): -1219574 or 681197. OLE color: 681197.

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

Color convert

RGB 237 100 10 -
CMYK 0 0.58 0.96 0.07
HSL 23.79º 0.92% 0.48% -
HSV(B) 23.79º 0.96% 0.93% -
XYZ 39.54 27.14 3.44 -
YUV 130.7 59.89 203.82 -
System Red Green Blue C M Y K H S L
Decimal 237 100 10 0 0.58 0.96 0.07 23.79 0.92 0.48
Hex ED 64 A 0 3A 60 7 18 5C 30
Octal 355 144 12 0 72 140 7 30 134 60
Binary 11101101 1100100 1010 0 111010 1100000 111 11000 1011100 110000

Color Harmonies of #ED640A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED640A

Black with #ED640A

Text Example


Text Example

White with #ED640A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED640A; }

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

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

background-color css

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

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

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

border-color css

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

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

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