Html Css Color HEX #EC6005 Persimmon

📋 copy color: '#EC6005'

red 236 ◦ green 96 ◦ blue 5

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

Shades of Persimmon #EC6005

Tints of Persimmon #EC6005

RGB

 RED value IS 236 (92.58% from 255) = 70.03%

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

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

R = 70.03%
G = 28.49%
B = 1.48%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#EC6005 (or 0xEC6005) is known color: Persimmon. HEX triplet: EC, 60 and 05. RGB value is (236,96,5). Sum of RGB (Red+Green+Blue) = 236+96+5=337 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.03% from 337); Green value is 96 (37.89% from 255 or 28.49% from 337); Blue value is 5 (2.34% from 255 or 1.48% from 337); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6005 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC6005 is #139FFA. Grayscale: #7F7F7F. Windows color (decimal): -1286139 or 352492. OLE color: 352492.

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

Color convert

RGB 236 96 5 -
CMYK 0 0.59 0.98 0.07
HSL 23.64º 0.96% 0.47% -
HSV(B) 23.64º 0.98% 0.93% -
XYZ 38.8 26.21 3.16 -
YUV 127.49 58.88 205.4 -
System Red Green Blue C M Y K H S L
Decimal 236 96 5 0 0.59 0.98 0.07 23.64 0.96 0.47
Hex EC 60 5 0 3B 62 7 18 60 2F
Octal 354 140 5 0 73 142 7 30 140 57
Binary 11101100 1100000 101 0 111011 1100010 111 11000 1100000 101111

Color Harmonies of #EC6005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6005

Black with #EC6005

Text Example


Text Example

White with #EC6005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6005; }

 p { color: rgb(236,96,5); }

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

background-color css

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

 a { background-color: rgb(236,96,5); }

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

border-color css

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

 span { border-color: rgb(236,96,5); }

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