Html Css Color HEX #ED601A Persimmon

📋 copy color: '#ED601A'

red 237 ◦ green 96 ◦ blue 26

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

Shades of Persimmon #ED601A

Tints of Persimmon #ED601A

RGB

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

 GREEN value IS 96 (37.89% from 255) = 26.74%

 BLUE value IS 26 (10.55% from 255) = 7.24%

R = 66.02%
G = 26.74%
B = 7.24%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#ED601A (or 0xED601A) is known color: Persimmon. HEX triplet: ED, 60 and 1A. RGB value is (237,96,26). Sum of RGB (Red+Green+Blue) = 237+96+26=359 (47% of max value = 765). Red value is 237 (92.97% from 255 or 66.02% from 359); Green value is 96 (37.89% from 255 or 26.74% from 359); Blue value is 26 (10.55% from 255 or 7.24% from 359); Max value from RGB is 237 - color contains mainly: red. Hex color #ED601A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED601A is #129FE5. Grayscale: #828282. Windows color (decimal): -1220582 or 1728749. OLE color: 1728749.

HSL color Cylindrical-coordinate representation of color #ED601A: hue angle of 19.91º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ED601A is Cyan = 0, Magento = 0.59, Yellow = 0.89 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 96 26 -
CMYK 0 0.59 0.89 0.07
HSL 19.91º 0.85% 0.52% -
HSV(B) 19.91º 0.89% 0.93% -
XYZ 39.29 26.44 4.01 -
YUV 130.18 69.21 204.19 -
System Red Green Blue C M Y K H S L
Decimal 237 96 26 0 0.59 0.89 0.07 19.91 0.85 0.52
Hex ED 60 1A 0 3B 59 7 14 55 34
Octal 355 140 32 0 73 131 7 24 125 64
Binary 11101101 1100000 11010 0 111011 1011001 111 10100 1010101 110100

Color Harmonies of #ED601A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED601A

Black with #ED601A

Text Example


Text Example

White with #ED601A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED601A; }

 p { color: rgb(237,96,26); }

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

background-color css

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

 a { background-color: rgb(237,96,26); }

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

border-color css

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

 span { border-color: rgb(237,96,26); }

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