Html Css Color HEX #ED6201 Persimmon

📋 copy color: '#ED6201'

red 237 ◦ green 98 ◦ blue 1

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

Shades of Persimmon #ED6201

Tints of Persimmon #ED6201

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.3%

R = 70.54%
G = 29.17%
B = 0.3%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 1.00

 K value IS 0.07

RGB Variations

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

Color information

#ED6201 (or 0xED6201) is known color: Persimmon. HEX triplet: ED, 62 and 01. RGB value is (237,98,1). Sum of RGB (Red+Green+Blue) = 237+98+1=336 (44% of max value = 765). Red value is 237 (92.97% from 255 or 70.54% from 336); Green value is 98 (38.67% from 255 or 29.17% from 336); Blue value is 1 (0.78% from 255 or 0.30% from 336); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6201 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED6201 is #129DFE. Grayscale: #818181. Windows color (decimal): -1220095 or 90861. OLE color: 90861.

HSL color Cylindrical-coordinate representation of color #ED6201: hue angle of 24.66º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ED6201 is Cyan = 0, Magento = 0.59, Yellow = 1.00 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 98 1 -
CMYK 0 0.59 1.00 0.07
HSL 24.66º 0.99% 0.47% -
HSV(B) 24.66º 1% 0.93% -
XYZ 39.3 26.74 3.12 -
YUV 128.5 56.05 205.39 -
System Red Green Blue C M Y K H S L
Decimal 237 98 1 0 0.59 1.00 0.07 24.66 0.99 0.47
Hex ED 62 1 0 3B 64 7 19 63 2F
Octal 355 142 1 0 73 144 7 31 143 57
Binary 11101101 1100010 1 0 111011 1100100 111 11001 1100011 101111

Color Harmonies of #ED6201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6201

Black with #ED6201

Text Example


Text Example

White with #ED6201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6201; }

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

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

background-color css

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

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

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

border-color css

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

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

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