Html Css Color HEX #ED620A Persimmon

📋 copy color: '#ED620A'

red 237 ◦ green 98 ◦ blue 10

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

Shades of Persimmon #ED620A

Tints of Persimmon #ED620A

RGB

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

 GREEN value IS 98 (38.67% from 255) = 28.41%

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

R = 68.7%
G = 28.41%
B = 2.9%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#ED620A (or 0xED620A) is known color: Persimmon. HEX triplet: ED, 62 and 0A. RGB value is (237,98,10). Sum of RGB (Red+Green+Blue) = 237+98+10=345 (45% of max value = 765). Red value is 237 (92.97% from 255 or 68.70% from 345); Green value is 98 (38.67% from 255 or 28.41% from 345); Blue value is 10 (4.30% from 255 or 2.90% from 345); Max value from RGB is 237 - color contains mainly: red. Hex color #ED620A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED620A is #129DF5. Grayscale: #828282. Windows color (decimal): -1220086 or 680685. OLE color: 680685.

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

Color convert

RGB 237 98 10 -
CMYK 0 0.59 0.96 0.07
HSL 23.26º 0.92% 0.48% -
HSV(B) 23.26º 0.96% 0.93% -
XYZ 39.35 26.76 3.38 -
YUV 129.53 60.55 204.66 -
System Red Green Blue C M Y K H S L
Decimal 237 98 10 0 0.59 0.96 0.07 23.26 0.92 0.48
Hex ED 62 A 0 3B 60 7 17 5C 30
Octal 355 142 12 0 73 140 7 27 134 60
Binary 11101101 1100010 1010 0 111011 1100000 111 10111 1011100 110000

Color Harmonies of #ED620A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED620A

Black with #ED620A

Text Example


Text Example

White with #ED620A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED620A; }

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

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

background-color css

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

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

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

border-color css

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

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

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