Html Css Color HEX #ED6401 Persimmon

📋 copy color: '#ED6401'

red 237 ◦ green 100 ◦ blue 1

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

Shades of Persimmon #ED6401

Tints of Persimmon #ED6401

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.59%

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

R = 70.12%
G = 29.59%
B = 0.3%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 1.00

 K value IS 0.07

RGB Variations

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

Color information

#ED6401 (or 0xED6401) is known color: Persimmon. HEX triplet: ED, 64 and 01. RGB value is (237,100,1). Sum of RGB (Red+Green+Blue) = 237+100+1=338 (44% of max value = 765). Red value is 237 (92.97% from 255 or 70.12% from 338); Green value is 100 (39.45% from 255 or 29.59% from 338); Blue value is 1 (0.78% from 255 or 0.30% from 338); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6401 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED6401 is #129BFE. Grayscale: #828282. Windows color (decimal): -1219583 or 91373. OLE color: 91373.

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

Color convert

RGB 237 100 1 -
CMYK 0 0.58 1.00 0.07
HSL 25.17º 0.99% 0.47% -
HSV(B) 25.17º 1% 0.93% -
XYZ 39.49 27.12 3.18 -
YUV 129.68 55.39 204.55 -
System Red Green Blue C M Y K H S L
Decimal 237 100 1 0 0.58 1.00 0.07 25.17 0.99 0.47
Hex ED 64 1 0 3A 64 7 19 63 2F
Octal 355 144 1 0 72 144 7 31 143 57
Binary 11101101 1100100 1 0 111010 1100100 111 11001 1100011 101111

Color Harmonies of #ED6401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6401

Black with #ED6401

Text Example


Text Example

White with #ED6401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6401; }

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

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

background-color css

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

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

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

border-color css

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

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

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