Html Css Color HEX #ED6501 Persimmon

📋 copy color: '#ED6501'

red 237 ◦ green 101 ◦ blue 1

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

Shades of Persimmon #ED6501

Tints of Persimmon #ED6501

RGB

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

 GREEN value IS 101 (39.84% from 255) = 29.79%

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

R = 69.91%
G = 29.79%
B = 0.29%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 1.00

 K value IS 0.07

RGB Variations

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

Color information

#ED6501 (or 0xED6501) is known color: Persimmon. HEX triplet: ED, 65 and 01. RGB value is (237,101,1). Sum of RGB (Red+Green+Blue) = 237+101+1=339 (44% of max value = 765). Red value is 237 (92.97% from 255 or 69.91% from 339); Green value is 101 (39.84% from 255 or 29.79% from 339); Blue value is 1 (0.78% from 255 or 0.29% from 339); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6501 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED6501 is #129AFE. Grayscale: #828282. Windows color (decimal): -1219327 or 91629. OLE color: 91629.

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

Color convert

RGB 237 101 1 -
CMYK 0 0.57 1.00 0.07
HSL 25.42º 0.99% 0.47% -
HSV(B) 25.42º 1% 0.93% -
XYZ 39.58 27.31 3.21 -
YUV 130.26 55.06 204.13 -
System Red Green Blue C M Y K H S L
Decimal 237 101 1 0 0.57 1.00 0.07 25.42 0.99 0.47
Hex ED 65 1 0 39 64 7 19 63 2F
Octal 355 145 1 0 71 144 7 31 143 57
Binary 11101101 1100101 1 0 111001 1100100 111 11001 1100011 101111

Color Harmonies of #ED6501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6501

Black with #ED6501

Text Example


Text Example

White with #ED6501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6501; }

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

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

background-color css

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

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

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

border-color css

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

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

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