Html Css Color HEX #ED5D01 Persimmon

📋 copy color: '#ED5D01'

red 237 ◦ green 93 ◦ blue 1

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

Shades of Persimmon #ED5D01

Tints of Persimmon #ED5D01

RGB

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

 GREEN value IS 93 (36.72% from 255) = 28.1%

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

R = 71.6%
G = 28.1%
B = 0.3%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 1.00

 K value IS 0.07

RGB Variations

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

Color information

#ED5D01 (or 0xED5D01) is known color: Persimmon. HEX triplet: ED, 5D and 01. RGB value is (237,93,1). Sum of RGB (Red+Green+Blue) = 237+93+1=331 (43% of max value = 765). Red value is 237 (92.97% from 255 or 71.60% from 331); Green value is 93 (36.72% from 255 or 28.10% from 331); Blue value is 1 (0.78% from 255 or 0.30% from 331); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5D01 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED5D01 is #12A2FE. Grayscale: #7E7E7E. Windows color (decimal): -1221375 or 89581. OLE color: 89581.

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

Color convert

RGB 237 93 1 -
CMYK 0 0.61 1.00 0.07
HSL 23.39º 0.99% 0.47% -
HSV(B) 23.39º 1% 0.93% -
XYZ 38.84 25.84 2.97 -
YUV 125.57 57.71 207.48 -
System Red Green Blue C M Y K H S L
Decimal 237 93 1 0 0.61 1.00 0.07 23.39 0.99 0.47
Hex ED 5D 1 0 3D 64 7 17 63 2F
Octal 355 135 1 0 75 144 7 27 143 57
Binary 11101101 1011101 1 0 111101 1100100 111 10111 1100011 101111

Color Harmonies of #ED5D01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED5D01

Black with #ED5D01

Text Example


Text Example

White with #ED5D01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED5D01; }

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

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

background-color css

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

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

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

border-color css

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

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

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