Html Css Color HEX #ED620F Persimmon

📋 copy color: '#ED620F'

red 237 ◦ green 98 ◦ blue 15

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

Shades of Persimmon #ED620F

Tints of Persimmon #ED620F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.29%

R = 67.71%
G = 28%
B = 4.29%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#ED620F (or 0xED620F) is known color: Persimmon. HEX triplet: ED, 62 and 0F. RGB value is (237,98,15). Sum of RGB (Red+Green+Blue) = 237+98+15=350 (46% of max value = 765). Red value is 237 (92.97% from 255 or 67.71% from 350); Green value is 98 (38.67% from 255 or 28% from 350); Blue value is 15 (6.25% from 255 or 4.29% from 350); Max value from RGB is 237 - color contains mainly: red. Hex color #ED620F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED620F is #129DF0. Grayscale: #828282. Windows color (decimal): -1220081 or 1008365. OLE color: 1008365.

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

Color convert

RGB 237 98 15 -
CMYK 0 0.59 0.94 0.07
HSL 22.43º 0.88% 0.49% -
HSV(B) 22.43º 0.94% 0.93% -
XYZ 39.38 26.77 3.54 -
YUV 130.1 63.05 204.25 -
System Red Green Blue C M Y K H S L
Decimal 237 98 15 0 0.59 0.94 0.07 22.43 0.88 0.49
Hex ED 62 F 0 3B 5E 7 16 58 31
Octal 355 142 17 0 73 136 7 26 130 61
Binary 11101101 1100010 1111 0 111011 1011110 111 10110 1011000 110001

Color Harmonies of #ED620F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED620F

Black with #ED620F

Text Example


Text Example

White with #ED620F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED620F; }

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

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

background-color css

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

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

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

border-color css

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

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

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