Html Css Color HEX #ED6605 Persimmon

📋 copy color: '#ED6605'

red 237 ◦ green 102 ◦ blue 5

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

Shades of Persimmon #ED6605

Tints of Persimmon #ED6605

RGB

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

 GREEN value IS 102 (40.23% from 255) = 29.65%

 BLUE value IS 5 (2.34% from 255) = 1.45%

R = 68.9%
G = 29.65%
B = 1.45%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#ED6605 (or 0xED6605) is known color: Persimmon. HEX triplet: ED, 66 and 05. RGB value is (237,102,5). Sum of RGB (Red+Green+Blue) = 237+102+5=344 (45% of max value = 765). Red value is 237 (92.97% from 255 or 68.90% from 344); Green value is 102 (40.23% from 255 or 29.65% from 344); Blue value is 5 (2.34% from 255 or 1.45% from 344); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6605 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED6605 is #1299FA. Grayscale: #838383. Windows color (decimal): -1219067 or 354029. OLE color: 354029.

HSL color Cylindrical-coordinate representation of color #ED6605: hue angle of 25.09º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #ED6605 is Cyan = 0, Magento = 0.57, Yellow = 0.98 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 102 5 -
CMYK 0 0.57 0.98 0.07
HSL 25.09º 0.96% 0.47% -
HSV(B) 25.09º 0.98% 0.93% -
XYZ 39.7 27.52 3.36 -
YUV 131.31 56.73 203.39 -
System Red Green Blue C M Y K H S L
Decimal 237 102 5 0 0.57 0.98 0.07 25.09 0.96 0.47
Hex ED 66 5 0 39 62 7 19 60 2F
Octal 355 146 5 0 71 142 7 31 140 57
Binary 11101101 1100110 101 0 111001 1100010 111 11001 1100000 101111

Color Harmonies of #ED6605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6605

Black with #ED6605

Text Example


Text Example

White with #ED6605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6605; }

 p { color: rgb(237,102,5); }

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

background-color css

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

 a { background-color: rgb(237,102,5); }

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

border-color css

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

 span { border-color: rgb(237,102,5); }

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