Html Css Color HEX #ED610F Persimmon

📋 copy color: '#ED610F'

red 237 ◦ green 97 ◦ blue 15

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

Shades of Persimmon #ED610F

Tints of Persimmon #ED610F

RGB

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

 GREEN value IS 97 (38.28% from 255) = 27.79%

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

R = 67.91%
G = 27.79%
B = 4.3%

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

#ED610F (or 0xED610F) is known color: Persimmon. HEX triplet: ED, 61 and 0F. RGB value is (237,97,15). Sum of RGB (Red+Green+Blue) = 237+97+15=349 (46% of max value = 765). Red value is 237 (92.97% from 255 or 67.91% from 349); Green value is 97 (38.28% from 255 or 27.79% from 349); Blue value is 15 (6.25% from 255 or 4.30% from 349); Max value from RGB is 237 - color contains mainly: red. Hex color #ED610F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED610F is #129EF0. Grayscale: #818181. Windows color (decimal): -1220337 or 1008109. OLE color: 1008109.

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

Color convert

RGB 237 97 15 -
CMYK 0 0.59 0.94 0.07
HSL 22.16º 0.88% 0.49% -
HSV(B) 22.16º 0.94% 0.93% -
XYZ 39.29 26.59 3.51 -
YUV 129.51 63.38 204.67 -
System Red Green Blue C M Y K H S L
Decimal 237 97 15 0 0.59 0.94 0.07 22.16 0.88 0.49
Hex ED 61 F 0 3B 5E 7 16 58 31
Octal 355 141 17 0 73 136 7 26 130 61
Binary 11101101 1100001 1111 0 111011 1011110 111 10110 1011000 110001

Color Harmonies of #ED610F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED610F

Black with #ED610F

Text Example


Text Example

White with #ED610F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED610F; }

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

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

background-color css

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

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

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

border-color css

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

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

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